[Groonga-commit] groonga/groonga [master] add missing 'f'. :<

Back to archive index

null+****@clear***** null+****@clear*****
2012年 1月 12日 (木) 10:06:24 JST


Kouhei Sutou	2012-01-12 10:06:24 +0900 (Thu, 12 Jan 2012)

  New Revision: cb5e301b2b9dc70542d8c2ec03bcbd36e660ecee

  Log:
    add missing 'f'. :<

  Modified files:
    configure.ac

  Modified: configure.ac (+2 -2)
===================================================================
--- configure.ac    2012-01-12 10:03:22 +0900 (5860bdc)
+++ configure.ac    2012-01-12 10:06:24 +0900 (ccf15e2)
@@ -859,7 +859,7 @@ fi
 if test "x$with_libevent" != "xno"; then
   if test "x$with_libevent" = "xyes" -o "x$with_libevent" = "xauto"; then
     libevent_cflags=""
-    libevent_ldlags="-levent"
+    libevent_ldflags="-levent"
   else
     libevent_include_dir="$with_libevent/include"
     libevent_lib_dir="$with_libevent/lib"
@@ -867,7 +867,7 @@ if test "x$with_libevent" != "xno"; then
       AC_MSG_ERROR("No libevent found in $with_libevent.")
     fi
     libevent_cflags="-I$libevent_include_dir"
-    libevent_ldlags="-L$libevent_lib_dir -levent"
+    libevent_ldflags="-L$libevent_lib_dir -levent"
   fi
 
   _SAVE_CFLAGS="$CFLAGS"




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