Date: Tuesday, April 17, 2007 @ 19:30:34
  Author: marc
    Path: /cvsroot/carob/libmysequoia

Modified: configure.ac (1.53 -> 1.54)

Rollbacked 1.49. No more linking to libmysqlclient since it does not
bring anything (besides a weird effect when DEEPBIND, see ldtest/
directory).


--------------+
 configure.ac |   11 -----------
 1 files changed, 11 deletions(-)


Index: libmysequoia/configure.ac
diff -u libmysequoia/configure.ac:1.53 libmysequoia/configure.ac:1.54
--- libmysequoia/configure.ac:1.53      Thu Apr 12 16:07:05 2007
+++ libmysequoia/configure.ac   Tue Apr 17 19:30:34 2007
@@ -168,17 +168,6 @@
 AC_MSG_NOTICE([[Compiling libmysequoia version $major_version.0.0]])
 
 
-# link ourselves to libmysqlclient to workaround
-# /usr/bin/php.dlopen(RTLD_DEEPBIND) madness or similar, by ensuring
-# we are both in the same lookup scope, so we side-step any subtle
-# priorities between different scopes.
-
-AC_CHECK_LIB([mysqlclient], [main], ,
-       [AC_MSG_ERROR([[libmysqlclient not found. Try to fix LDFLAGS, for 
instance:
-         ./configure LDFLAGS="...  -L/usr/local/lib"]])]
-        )
-
-
 # Check for log4cxx headers and library
 AC_CHECK_HEADER([log4cxx/logger.h], ,
                 [AC_MSG_ERROR([[log4cxx/logger.h not found. Try to fix 
CPPFLAGS, for instance:

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to