Update, from build attempt, we are missing more stuff
[mono.git] / eglib / configure.ac
index 347375d477232a1224158ded1918c30865698670..81dc282b8e250844a6a25317f22653f85679daaf 100644 (file)
@@ -14,7 +14,6 @@ GNUC_PRETTY=
 GNUC_UNUSED=
 BREAKPOINT=
 if test x$GCC = xyes; then
-   GNUC_PRETTY=__PRETTY_FUNCTION__
    GNUC_UNUSED='__attribute__((__unused__))'
    GNUC_NORETURN='__attribute__((__noreturn__))'
    case $target in
@@ -50,6 +49,7 @@ AC_SUBST(OS)
 
 AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(void *)
+AC_CHECK_FUNCS(strlcpy)
 
 if test $ac_cv_sizeof_void_p != $ac_cv_sizeof_int; then
    GPOINTER_TO_INT="((gint)(long) (ptr))"
@@ -81,4 +81,4 @@ Makefile
 src/Makefile
 src/eglib-config.h
 test/Makefile
-])
\ No newline at end of file
+])