From: Brian Aker Date: Thu, 4 Aug 2011 17:54:56 +0000 (-0700) Subject: Sort an option to the correct location. X-Git-Tag: 0.52~30 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=5dc23d0b459080d0a0081f9d94450fcfa2a1d5e3;p=m6w6%2Flibmemcached Sort an option to the correct location. --- diff --git a/configure.ac b/configure.ac index 0a77aae2..153fdb1f 100644 --- a/configure.ac +++ b/configure.ac @@ -60,8 +60,6 @@ LT_INIT AC_SEARCH_LIBS(getopt_long, gnugetopt) AC_SEARCH_LIBS(gethostbyname, nsl) -AC_CHECK_FUNCS([getline]) - PANDORA_HAVE_LIBEVENT my_saved_libs="$LIBS" LIBS= @@ -86,6 +84,7 @@ WITH_LIBGEARMAN AC_CHECK_FUNCS([alarm]) AC_CHECK_FUNCS([dup2]) +AC_CHECK_FUNCS([getline]) AC_CHECK_FUNCS([gettimeofday]) AC_CHECK_FUNCS([memchr]) AC_CHECK_FUNCS([memmove])