X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.ad;h=7467c0c32bd0dff107c1160aae33bcee52036806;hb=8fc3402eeef449d1a0b7dfa10a2f316a181d8a27;hp=bd4251f4931c2ea2f8b9d0f22235c42bebe2d1b9;hpb=4d410261ffce5fdb85666b487aedb25e3af42c04;p=silc.git diff --git a/configure.ad b/configure.ad index bd4251f4..7467c0c3 100644 --- a/configure.ad +++ b/configure.ad @@ -283,14 +283,6 @@ AC_CHECK_FUNCS(setenv getenv putenv unsetenv clearenv) # lib/contrib conditionals # -AC_CHECK_HEADER(regex.h, - [ - AC_DEFINE([HAVE_REGEX_H], [], [HAVE_REGEX_H]) - have_regex=1 - ], have_regex=0 -) -AM_CONDITIONAL(HAVE_REGEX, test x$have_regex = x1) - AC_CHECK_FUNC(getopt_long, [ AC_DEFINE([HAVE_GETOPT_LONG], [], [HAVE_GETOPT_LONG])