Displaying 1 result from an estimated 1 matches for "ac_cv_func_snprintf_work".
2006 May 13
0
Here's a recipe for Samba+Active Directory on Solaris 9
...t/local/include \
LDFLAGS=-L/opt/local/lib
make
make install
Patch to Heimdal 0.7 configure
------------------------------
---cut---cut---cut---
--- backup.configure Wed May 10 09:32:05 2006
+++ configure Wed May 10 09:57:51 2006
@@ -29163,13 +29163,11 @@
echo "$as_me:$LINENO: result: $ac_cv_func_snprintf_working" >&5
echo "${ECHO_T}$ac_cv_func_snprintf_working" >&6
-if test "$ac_cv_func_snprintf_working" = yes; then
cat >>confdefs.h <<_ACEOF
#define HAVE_SNPRINTF 1
_ACEOF
-fi
if test "$ac_cv_func_snprintf_working" = yes; then
if...