summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel.mamane@gestman.lu>2011-08-05 11:12:22 +0200
committerNoel Power <noel.power@novell.com>2011-08-09 16:36:46 +0100
commit46fb06b64d90becdf3090231061032e26c7d4dcb (patch)
tree4d6a71bd1e62d37826a34d8c12229f43a7e58543 /configure.in
parent2eb2e571abdbfe143ba738a0dec0a4b73de7827c (diff)
Trust "make fetch" to dowload mysqlc; do not require it at configure time
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 8b92e7d0805c..f9d6d374ea28 100755
--- a/configure.in
+++ b/configure.in
@@ -4920,12 +4920,6 @@ AC_MSG_CHECKING([whether to build the MySQL Connector extension])
if test -n "$enable_ext_mysql_connector" -a "$enable_ext_mysql_connector" != "no"; then
AC_MSG_RESULT([yes])
ENABLE_MYSQLC=YES
- AC_MSG_CHECKING([for mysqlc module])
- if test -d mysqlc; then
- AC_MSG_RESULT([OK])
- else
- AC_MSG_ERROR([not existing. get it (did you get the -extensions tarball?)])
- fi
BUILD_TYPE="$BUILD_TYPE MYSQLC"
else
AC_MSG_RESULT([no])