From: Michael Jerris Date: Thu, 13 Dec 2007 14:05:43 +0000 (+0000) Subject: we don't do anything with mysql in tree X-Git-Tag: v1.0-rc1~1105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d080c152c264d000f4448b199311d4bccdee5ee;p=thirdparty%2Ffreeswitch.git we don't do anything with mysql in tree git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6744 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/configure.in b/configure.in index 31cc9ef43f..a044742af3 100644 --- a/configure.in +++ b/configure.in @@ -401,8 +401,6 @@ if test "$enable_core_libedit_support" = "yes" ; then [AC_MSG_ERROR([libtermcap, libcurses or libncurses are required!])] )] ) fi -#AX_LIB_MYSQL([MINIMUM-VERSION]) -AX_LIB_MYSQL AX_CHECK_JAVA AM_CONDITIONAL([ADD_ODBC],[test "x$enable_core_odbc_support" != "xno"])