[Groonga-commit] groonga/groonga [master] fix a typo.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 10月 25日 (火) 16:44:47 JST


Kouhei Sutou	2011-10-25 07:44:47 +0000 (Tue, 25 Oct 2011)

  New Revision: 1e2d51971420a93504379934527e112046bc36d6

  Log:
    fix a typo.

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -2)
===================================================================
--- configure.ac    2011-10-25 07:41:49 +0000 (27bd4e3)
+++ configure.ac    2011-10-25 07:44:47 +0000 (19e40c7)
@@ -299,7 +299,7 @@ if test "$os_win32" != "yes"; then
 fi
 AC_CHECK_LIB(nsl, gethostbyname, [NSL_LIBS="-lnsl"])
 AC_CHECK_LIB(socket, socket, [SOCKET_LIBS="-lsocket"])
-AC_CHECK_LIB(dl, dlopen, [NSL_LIBS="-ldl"])
+AC_CHECK_LIB(dl, dlopen, [DL_LIBS="-ldl"])
 
 # nfkc
 AC_ARG_ENABLE(nfkc,
@@ -857,7 +857,7 @@ GRN_DEFS="$GRN_DEFS -DGRN_DEFAULT_RELATIVE_DOCUMENT_ROOT=\\\"\"share/\$(PACKAGE)
 AC_SUBST(GRN_DEFS)
 CFLAGS="$CFLAGS $OPT_CFLAGS "
 LIBS="$LIBS $ZLIB_LIBS $LZO_LIBS $BACKTRACE_LIBS $RT_LIBS $PTHREAD_LIBS"
-LIBS="$LIBS $M_LIBS $NSL_LIBS $SOCKET_LIBS $WINDOWS_LIBS"
+LIBS="$LIBS $M_LIBS $NSL_LIBS $SOCKET_LIBS $DL_LIBS $WINDOWS_LIBS"
 AC_DEFINE_UNQUOTED(CONFIGURE_OPTIONS, "$ac_configure_args", "specified configure options")
 
 # For groonga.org




Groonga-commit メーリングリストの案内
Back to archive index