]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix odbc detection to not try to use odbc when no headers are installed
authorMichael Jerris <mike@jerris.com>
Thu, 26 Mar 2009 02:45:04 +0000 (02:45 +0000)
committerMichael Jerris <mike@jerris.com>
Thu, 26 Mar 2009 02:45:04 +0000 (02:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12788 d0543943-73ff-0310-b7d9-9358b9ac24b2

build/config/odbc.m4

index ada2baf97e70cbfb081524e42a1536620976b820..6234fab68690a0792a3a68bb38252e3d2b056651 100644 (file)
@@ -135,7 +135,7 @@ AC_ARG_WITH(odbc-include,
        fi
 
        AC_MSG_CHECKING(whether to include odbc)
-       if test "X$ac_cv_odbc_where_lib" = "X" -a "X$ac_cv_odbc_where_inc" = "X"; then
+       if test "X$ac_cv_odbc_where_lib" = "X" -o "X$ac_cv_odbc_where_inc" = "X"; then
          ac_cv_found_odbc=no
          AC_MSG_RESULT(no)
        else