Skip to content

Commit

Permalink
one more apache path
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Jan 28, 2007
1 parent 8484b68 commit bd38722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/install.neko
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ search_includes = function(ism2) {
if( ism2 ) "/usr/local/apache2/include" else "/usr/local/apache/include",
if( ism2 ) "/usr/include/apache2" else "/usr/apache/include",
if( ism2 ) "/opt/local/apache2/include" else "/opt/local/include/apache",
if( ism2 ) "" else "/usr/include/apache-1.3",
"/usr/local/include/mysql",
"/usr/include/mysql",
"/usr/local/include",
Expand Down

0 comments on commit bd38722

Please sign in to comment.