]> git.sur5r.net Git - openldap/blobdiff - configure.in
ITS#2348 fix from HEAD
[openldap] / configure.in
index 261554c763b0907011418f2f8e82e5bc97cfcbe2..423459ba204c749ed0cb4b44ff965fc2b4ef21a5 100644 (file)
@@ -2108,6 +2108,9 @@ AC_CHECK_FUNCS(           \
        sendto                  \
 )
 
+dnl We actually may need to replace more than this.
+AC_REPLACE_FUNCS(getopt)
+
 if test "$ac_cv_func_getopt" != yes; then
     LIBSRCS="$LIBSRCS getopt.c"
 fi