summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2017-07-19 02:33:14 -0700
committerdormando <dormando@rydia.net>2017-07-20 23:48:35 -0700
commit3f3e1379368753e540a332f90f996a3eb7ab8e9e (patch)
tree7c21bd23986ef323e193b3f22c42ea4373e5ed46 /configure.ac
parent18316347865978868d70cc70dad54df2e3a8357e (diff)
downloadmemcached-3f3e1379368753e540a332f90f996a3eb7ab8e9e.tar.gz
flip defaults and add long options1.5.0
-o -> --extended, but some of those options should be top level. can fix in future iterations. update --help and golf the wordcount a bit add long options to manpage
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1e6fd1d..49068e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -477,6 +477,7 @@ AC_CHECK_FUNCS(memcntl)
AC_CHECK_FUNCS(sigignore)
AC_CHECK_FUNCS(clock_gettime)
AC_CHECK_FUNCS([accept4], [AC_DEFINE(HAVE_ACCEPT4, 1, [Define to 1 if support accept4])])
+AC_CHECK_FUNCS([getopt_long], [AC_DEFINE(HAVE_GETOPT_LONG, 1, [Define to 1 if support getopt_long])])
AC_DEFUN([AC_C_ALIGNMENT],
[AC_CACHE_CHECK(for alignment, ac_cv_c_alignment,