From 6d080c152c264d000f4448b199311d4bccdee5ee Mon Sep 17 00:00:00 2001
From: Michael Jerris <mike@jerris.com>
Date: Thu, 13 Dec 2007 14:05:43 +0000
Subject: [PATCH] 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
---
 configure.in | 2 --
 1 file changed, 2 deletions(-)

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"])