sniper          Sun Apr 10 15:22:42 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/odbc   config.m4 
  Log:
  MFH
  
http://cvs.php.net/diff.php/php-src/ext/odbc/config.m4?r1=1.65.2.3&r2=1.65.2.4&ty=u
Index: php-src/ext/odbc/config.m4
diff -u php-src/ext/odbc/config.m4:1.65.2.3 php-src/ext/odbc/config.m4:1.65.2.4
--- php-src/ext/odbc/config.m4:1.65.2.3 Mon Apr  4 06:52:19 2005
+++ php-src/ext/odbc/config.m4  Sun Apr 10 15:22:42 2005
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.65.2.3 2005/04/04 10:52:19 tony2001 Exp $
+dnl $Id: config.m4,v 1.65.2.4 2005/04/10 19:22:42 sniper Exp $
 dnl
 
 dnl
@@ -207,12 +207,14 @@
     PHP_TEST_BUILD(SQLExecute, [
       AC_DEFINE(HAVE_IBMDB2,1,[ ])
       AC_MSG_RESULT(yes)
-    ],
-    [
+    ], [
       AC_MSG_RESULT(no)
-      AC_MSG_ERROR([build test failed. Please check the config.log for 
details.])
-    ],
-    [
+      AC_MSG_ERROR([
+build test failed. Please check the config.log for details.
+You need to source your DB2 environment before running PHP configure:
+# . \$IBM_DB2/db2profile
+])
+    ], [
       $ODBC_LFLAGS $ODBC_LIBS
     ])
 

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

Reply via email to