diff options
author | Brent Cook <busterb@gmail.com> | 2019-01-06 15:49:28 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-01-06 15:49:28 -0600 |
commit | c1a44d2220db94fb3bb4d74e6ae4badbb2da6a62 (patch) | |
tree | 67813b0df3c95b633817e89e0af7ecfef0646fe6 /m4 | |
parent | 7af3ba340d608860d519210032d190c26c6f6eae (diff) | |
download | portable-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.m4 | 1 |
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, [ | |||
22 | AM_CONDITIONAL([HAVE_ASPRINTF], [test "x$ac_cv_func_asprintf" = xyes]) | 22 | AM_CONDITIONAL([HAVE_ASPRINTF], [test "x$ac_cv_func_asprintf" = xyes]) |
23 | AM_CONDITIONAL([HAVE_FREEZERO], [test "x$ac_cv_func_freezero" = xyes]) | 23 | AM_CONDITIONAL([HAVE_FREEZERO], [test "x$ac_cv_func_freezero" = xyes]) |
24 | AM_CONDITIONAL([HAVE_GETPAGESIZE], [test "x$ac_cv_func_getpagesize" = xyes]) | 24 | AM_CONDITIONAL([HAVE_GETPAGESIZE], [test "x$ac_cv_func_getpagesize" = xyes]) |
25 | AM_CONDITIONAL([HAVE_TIMESPECSUB], [test "x$ac_cv_func_timespecsub" = xyes]) | ||
26 | AM_CONDITIONAL([HAVE_MEMMEM], [test "x$ac_cv_func_memmem" = xyes]) | 25 | AM_CONDITIONAL([HAVE_MEMMEM], [test "x$ac_cv_func_memmem" = xyes]) |
27 | AM_CONDITIONAL([HAVE_READPASSPHRASE], [test "x$ac_cv_func_readpassphrase" = xyes]) | 26 | AM_CONDITIONAL([HAVE_READPASSPHRASE], [test "x$ac_cv_func_readpassphrase" = xyes]) |
28 | AM_CONDITIONAL([HAVE_REALLOCARRAY], [test "x$ac_cv_func_reallocarray" = xyes]) | 27 | AM_CONDITIONAL([HAVE_REALLOCARRAY], [test "x$ac_cv_func_reallocarray" = xyes]) |