Patch by W. Michael Petullo to use autotools for strncpy()
[infodrom/cgilib] / configure.ac
index 056be07..672e7af 100644 (file)
@@ -7,4 +7,6 @@ AC_PROG_CC
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 
+AC_CHECK_FUNCS(strndup)
+
 AC_OUTPUT(Makefile)