Date: Thursday, April 5, 2007 @ 12:43:23
  Author: marc
    Path: /cvsroot/carob/libmysequoia

Modified: configure.ac (1.49 -> 1.50)

with libmysqlclient.so.12, fail early with explanation instead of
cryptic compiler message. LMS-44


--------------+
 configure.ac |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletion(-)


Index: libmysequoia/configure.ac
diff -u libmysequoia/configure.ac:1.49 libmysequoia/configure.ac:1.50
--- libmysequoia/configure.ac:1.49      Wed Apr  4 16:00:24 2007
+++ libmysequoia/configure.ac   Thu Apr  5 12:43:22 2007
@@ -151,7 +151,10 @@
 if test x"$sequoia_ac_mysql_at_least" = xno; then
   SEQUOIA_AC_MYSQL_VERSION_ID_AT_LEAST(40000)
   if test x"$sequoia_ac_mysql_at_least" = xyes
-  then major_version=12; fi
+  then major_version=12
+  # you can comment out the following line to try
+  AC_MSG_ERROR([[libmysqlclient.so.12 not supported yet, check JIRA LMS-44]])
+  fi
 fi
 
 if test x"$sequoia_ac_mysql_at_least" = xno

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

Reply via email to