]> granicus.if.org Git - sudo/commitdiff
Add check for regcomp
authorTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 23 Aug 2009 23:52:23 +0000 (23:52 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Sun, 23 Aug 2009 23:52:23 +0000 (23:52 +0000)
config.h.in
configure.in

index e01864abe89b7b35f95bf2cbb3474a3410d50ca2..2a9002119e517712cb61d965fe84b227f619d47f 100644 (file)
 /* Define to 1 if you have the `random' function. */
 #undef HAVE_RANDOM
 
+/* Define to 1 if you have the `regcomp' function. */
+#undef HAVE_REGCOMP
+
 /* Define to 1 if you have the `revoke' function. */
 #undef HAVE_REVOKE
 
index 23a5f9f3a7b60bb1d7ae1edc5ad8d55ed3d0af94..64f0514cfcc77227aa0d95025842d71e4c4d3f88 100644 (file)
@@ -1836,7 +1836,7 @@ dnl
 AC_FUNC_GETGROUPS
 AC_CHECK_FUNCS(strchr strrchr memchr memcpy memset sysconf tzset \
               strftime setrlimit initgroups getgroups fstat gettimeofday \
-              setlocale getaddrinfo setsid setenv vhangup nanosleep)
+              regcomp setlocale getaddrinfo setsid setenv vhangup nanosleep)
 AC_CHECK_FUNCS(openpty, [AC_CHECK_HEADERS(util.h pty.h, [break])], [
     AC_CHECK_LIB(util, openpty, [
        AC_CHECK_HEADERS(util.h pty.h, [break])