aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2019-01-06 15:49:28 -0600
committerBrent Cook <busterb@gmail.com>2019-01-06 15:49:28 -0600
commitc1a44d2220db94fb3bb4d74e6ae4badbb2da6a62 (patch)
tree67813b0df3c95b633817e89e0af7ecfef0646fe6 /m4
parent7af3ba340d608860d519210032d190c26c6f6eae (diff)
downloadportable-c1a44d2220db94fb3bb4d74e6ae4badbb2da6a62.tar.gz
portable-c1a44d2220db94fb3bb4d74e6ae4badbb2da6a62.tar.bz2
portable-c1a44d2220db94fb3bb4d74e6ae4badbb2da6a62.zip
we don't need to pass this to automake
Diffstat (limited to 'm4')
-rw-r--r--m4/check-libc.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/check-libc.m4 b/m4/check-libc.m4
index f726a43..a4df0b7 100644
--- a/m4/check-libc.m4
+++ b/m4/check-libc.m4
@@ -22,7 +22,6 @@ AC_CACHE_CHECK([for getpagesize], ac_cv_func_getpagesize, [
22AM_CONDITIONAL([HAVE_ASPRINTF], [test "x$ac_cv_func_asprintf" = xyes]) 22AM_CONDITIONAL([HAVE_ASPRINTF], [test "x$ac_cv_func_asprintf" = xyes])
23AM_CONDITIONAL([HAVE_FREEZERO], [test "x$ac_cv_func_freezero" = xyes]) 23AM_CONDITIONAL([HAVE_FREEZERO], [test "x$ac_cv_func_freezero" = xyes])
24AM_CONDITIONAL([HAVE_GETPAGESIZE], [test "x$ac_cv_func_getpagesize" = xyes]) 24AM_CONDITIONAL([HAVE_GETPAGESIZE], [test "x$ac_cv_func_getpagesize" = xyes])
25AM_CONDITIONAL([HAVE_TIMESPECSUB], [test "x$ac_cv_func_timespecsub" = xyes])
26AM_CONDITIONAL([HAVE_MEMMEM], [test "x$ac_cv_func_memmem" = xyes]) 25AM_CONDITIONAL([HAVE_MEMMEM], [test "x$ac_cv_func_memmem" = xyes])
27AM_CONDITIONAL([HAVE_READPASSPHRASE], [test "x$ac_cv_func_readpassphrase" = xyes]) 26AM_CONDITIONAL([HAVE_READPASSPHRASE], [test "x$ac_cv_func_readpassphrase" = xyes])
28AM_CONDITIONAL([HAVE_REALLOCARRAY], [test "x$ac_cv_func_reallocarray" = xyes]) 27AM_CONDITIONAL([HAVE_REALLOCARRAY], [test "x$ac_cv_func_reallocarray" = xyes])