Sort an option to the correct location.
authorBrian Aker <brian@tangent.org>
Thu, 4 Aug 2011 17:54:56 +0000 (10:54 -0700)
committerBrian Aker <brian@tangent.org>
Thu, 4 Aug 2011 17:54:56 +0000 (10:54 -0700)
configure.ac

index 0a77aae2ef33df8b199ca0ffe78d5a50c06c4049..153fdb1f9b4c3351e97d9a2823365b86d635b5da 100644 (file)
@@ -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])