mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Add more detailed failure msg. (bug #32649)
This commit is contained in:
parent
28ffae8ad0
commit
338bdf1587
1 changed files with 7 additions and 6 deletions
|
@ -207,15 +207,16 @@ AC_ARG_WITH(ibm-db2,
|
|||
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
|
||||
])
|
||||
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue