projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
d12562c
)
Removed AC_CHECK_FUNCS_ONCE, it does not work on automake 1.9.
author
Monty Taylor
<mordred@inaugust.com>
Wed, 13 Jan 2010 23:44:43 +0000
(15:44 -0800)
committer
Monty Taylor
<mordred@inaugust.com>
Wed, 13 Jan 2010 23:44:43 +0000
(15:44 -0800)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 53a4234954c9f363ced853fa0c4f9344529c46b6..f12894ea2322873df713327d45f998dcaa6132df 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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