Changeset: 0b23355e3a17 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0b23355e3a17
Modified Files:
        MonetDB5/configure.ag
Branch: default
Log Message:

fix typo, bug #2747


diffs (12 lines):

diff -r f5a9fb3ebe32 -r 0b23355e3a17 MonetDB5/configure.ag
--- a/MonetDB5/configure.ag     Fri Dec 10 10:17:44 2010 +0100
+++ b/MonetDB5/configure.ag     Fri Dec 10 12:46:17 2010 +0100
@@ -214,7 +214,7 @@
                AC_CHECK_LIB(sphinxclient, sphinx_create,
                        AC_DEFINE(HAVE_SPHINXCLIENT, 1, [Define if you have the 
sphinxclient library])
                        have_sphinxclient=yes
-                       SPHINXCLIENT_LIBS="SPHINXCLIENT_LIBS -lsphinxclient",
+                       SPHINXCLIENT_LIBS="$SPHINXCLIENT_LIBS -lsphinxclient",
                        [ if test "x$have_sphinxclient" != xauto; then 
AC_MSG_ERROR([-lsphinxclient library not found]); fi; have_sphinxclient=no ]),
                [ if test "x$have_sphinxclient" != xauto; then 
AC_MSG_ERROR([sphinxclient.h header not found]); fi; have_sphinxclient=no ])
        LDFLAGS="$save_LDFLAGS"
_______________________________________________
Checkin-list mailing list
Checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to