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:
9a004d2
)
Sort an option to the correct location.
author
Brian Aker
<brian@tangent.org>
Thu, 4 Aug 2011 17:54:56 +0000
(10:54 -0700)
committer
Brian Aker
<brian@tangent.org>
Thu, 4 Aug 2011 17:54:56 +0000
(10:54 -0700)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 0a77aae2ef33df8b199ca0ffe78d5a50c06c4049..153fdb1f9b4c3351e97d9a2823365b86d635b5da 100644
(file)
--- 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])