Displaying 1 result from an estimated 1 matches for "ac_cv_func_asnprintf_noproto".
Did you mean:
ac_cv_func_vasnprintf_noproto
2006 May 13
0
Here's a recipe for Samba+Active Directory on Solaris 9
...@@ -30623,7 +30612,6 @@
_ACEOF
fi
-fi
if test "$ac_cv_func_asnprintf+set" != set -o "$ac_cv_func_asnprintf" = yes; then
echo "$as_me:$LINENO: checking if asnprintf needs a prototype" >&5
@@ -30683,14 +30671,12 @@
fi
echo "$as_me:$LINENO: result: $ac_cv_func_asnprintf_noproto" >&5
echo "${ECHO_T}$ac_cv_func_asnprintf_noproto" >&6
-if test "$ac_cv_func_asnprintf_noproto" = yes; then
cat >>confdefs.h <<\_ACEOF
-#define NEED_ASNPRINTF_PROTO 1
+#define NEED_ASNPRINTF_PROTO 0
_ACEOF
fi
-fi
if test "$ac_cv_fun...