sniper          Mon Oct 10 06:28:21 2005 EDT

  Modified files:              
    /php-src/ext/mssql  config.m4 
  Log:
  Fix copypastetypo
  
http://cvs.php.net/diff.php/php-src/ext/mssql/config.m4?r1=1.11&r2=1.12&ty=u
Index: php-src/ext/mssql/config.m4
diff -u php-src/ext/mssql/config.m4:1.11 php-src/ext/mssql/config.m4:1.12
--- php-src/ext/mssql/config.m4:1.11    Mon Oct 10 06:27:27 2005
+++ php-src/ext/mssql/config.m4 Mon Oct 10 06:28:21 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.11 2005/10/10 10:27:27 sniper Exp $
+dnl $Id: config.m4,v 1.12 2005/10/10 10:28:21 sniper Exp $
 dnl
 
 PHP_ARG_WITH(mssql,for MSSQL support via FreeTDS,
@@ -29,10 +29,10 @@
 
     if test -f $PHP_MSSQL/include/tds.h; then
       FREETDS_INSTALLATION_DIR=$PHP_MSSQL
-      FREETDS_INCLUDE_DIR=$i/include
-    elif test -f $i/include/freetds/tds.h; then
-      FREETDS_INSTALLATION_DIR=$i
-      FREETDS_INCLUDE_DIR=$i/include/freetds
+      FREETDS_INCLUDE_DIR=$PHP_MSSQL/include
+    elif test -f $PHP_MSSQL/include/freetds/tds.h; then
+      FREETDS_INSTALLATION_DIR=$PHP_MSSQL
+      FREETDS_INCLUDE_DIR=$PHP_MSSQL/include/freetds
     else
       AC_MSG_ERROR(Directory $PHP_MSSQL is not a FreeTDS installation 
directory)
     fi

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to