Removed AC_CHECK_FUNCS_ONCE, it does not work on automake 1.9.
authorMonty Taylor <mordred@inaugust.com>
Wed, 13 Jan 2010 23:44:43 +0000 (15:44 -0800)
committerMonty Taylor <mordred@inaugust.com>
Wed, 13 Jan 2010 23:44:43 +0000 (15:44 -0800)
configure.ac

index 53a4234954c9f363ced853fa0c4f9344529c46b6..f12894ea2322873df713327d45f998dcaa6132df 100644 (file)
@@ -36,7 +36,7 @@ AC_SUBST(HASHKIT_LIBRARY_VERSION)
 AC_SEARCH_LIBS(getopt_long, gnugetopt)
 AC_SEARCH_LIBS(gethostbyname, nsl)
 
-AC_CHECK_FUNCS_ONCE([getline])
+AC_CHECK_FUNCS([getline])
 
 PANDORA_HAVE_LIBEVENT
 PANDORA_REQUIRE_PTHREAD