[Libreoffice-commits] .: configure.in

Noel Power noelp at kemper.freedesktop.org
Tue Aug 9 08:36:28 PDT 2011


 configure.in |    6 ------
 1 file changed, 6 deletions(-)

New commits:
commit 46fb06b64d90becdf3090231061032e26c7d4dcb
Author: Lionel Elie Mamane <lionel.mamane at gestman.lu>
Date:   Fri Aug 5 11:12:22 2011 +0200

    Trust "make fetch" to dowload mysqlc; do not require it at configure time

diff --git a/configure.in b/configure.in
index 8b92e7d..f9d6d37 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])


More information about the Libreoffice-commits mailing list