diff --git a/configure b/configure index 2552aa2dcc54ffe14b2dbe38ad7b433d5684593b..0dca71fc59d160782c5eea9f1db634b37d95d999 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac Revision: 400186 . +# From configure.ac Revision: 400385 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.69 for asterisk trunk. # @@ -32871,6 +32871,15 @@ echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. " echo fi +if test "x${AST_IODBC_FOUND}" = "xyes"; then + echo "WARNING: iodbc libs/headers found!" + echo + echo " If you plan to use ODBC functionality, you should consider" + echo " switching to unixodbc instead." + echo " See: https://issues.asterisk.org/jira/browse/ASTERISK-22459" + echo +fi + { $as_echo "$as_me:${as_lineno-$LINENO}: Package configured for: " >&5 $as_echo "$as_me: Package configured for: " >&6;} { $as_echo "$as_me:${as_lineno-$LINENO}: OS type : $host_os" >&5 diff --git a/configure.ac b/configure.ac index f67832731d13ae7a0b28fa506f2e40cc4f59caf6..4ba3b247dbc6089d8c124eb61db3c54c6f0b52b8 100644 --- a/configure.ac +++ b/configure.ac @@ -2452,6 +2452,15 @@ echo " \$\$\$\$\$\$\$\$\$\$\$\$\$\$\$\$. " echo fi +if test "x${AST_IODBC_FOUND}" = "xyes"; then + echo "WARNING: iodbc libs/headers found!" + echo + echo " If you plan to use ODBC functionality, you should consider" + echo " switching to unixodbc instead." + echo " See: https://issues.asterisk.org/jira/browse/ASTERISK-22459" + echo +fi + AC_MSG_NOTICE(Package configured for: ) AC_MSG_NOTICE( OS type : $host_os) AC_MSG_NOTICE( Host CPU : $host_cpu)