At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/develtest
------------------------------------------------------------
revno: 249
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: develtest
timestamp: Wed 2007-11-14 10:07:16 -0800
message:
Added explicit addition of LIBS to LDFLAGS... not sure where LIBS is getting unset
here...
modified:
acinclude.m4 acinclude.m4-20070228020914-u2pk759xg7thauwf-8
=== modified file 'acinclude.m4'
--- a/acinclude.m4 2007-11-12 23:50:50 +0000
+++ b/acinclude.m4 2007-11-14 18:07:16 +0000
@@ -236,6 +236,7 @@
[AC_MSG_RESULT(found)],
[AC_MSG_ERROR([Couldn't find NdbApi.h!])])
+ LDFLAGS="$LDFLAGS $LIBS"
MYSQL_MAJOR_VERSION=`$MYSQL_CONFIG --version | sed -e 's/\.//g' -e 's/-//g' -e
's/[A-Za-z]//g' | cut -c1-2`
| Thread |
|---|
| • Rev 249: Added explicit addition of LIBS to LDFLAGS... not sure where LIBS is getting unset here... in http://bazaar.launchpad.net/~ndb-connectors/ndb... | Monty Taylor | 14 Nov |