X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=configure.ac;h=c8054fe357bfb99b11c2d00f023700cf58b9c235;hb=6773e61da2d38f47d9c70212d618a91cf889491e;hp=f65a7431d232568193b8aecdd89541b0c89bdbc6;hpb=b41c57c2f84855cfd32a7b14008ca0aceb92f32b;p=awesomized%2Flibmemcached diff --git a/configure.ac b/configure.ac index f65a7431..c8054fe3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # libmemcached # Copyright (C) 2008 Brian Aker, Monty Taylor # All rights reserved. @@ -35,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 @@ -55,13 +56,13 @@ PANDORA_HAVE_LIBINNODB PANDORA_PRINT_CALLSTACK AC_CHECK_HEADERS([atomic.h]) -AS_IF([test "x$ac_cv_header_atomic_h" = "xyes"], +AS_IF([test "x$ac_cv_header_atomic_h" = "xyes"],[ AC_CHECK_FUNCS(atomic_add_64) AC_CHECK_FUNCS(atomic_add_32) - AS_IF([test "x$ac_cv_func_atomic_add_64" = "xyes" -a "x$ac_cv_func_atomic_add_32" = "xyes"], + AS_IF([test "x$ac_cv_func_atomic_add_64" = "xyes" -a "x$ac_cv_func_atomic_add_32" = "xyes"],[ AC_DEFINE([USE_ATOMIC_H], [1], - [Define to true if you want to use functions from atomic.h]))) + [Define to true if you want to use functions from atomic.h])])]) AC_CONFIG_FILES([ Makefile