Displaying 2 results from an estimated 2 matches for "ac_cv_have_broken_dirnam".
Did you mean:
ac_cv_have_broken_dirname
2001 Oct 22
2
configure changes
I finally got around to looking at a bunch of patchs to configure.in, some
of them from back in March. One from Carson Gaspar <carson at taltos.org> looked
promissing at first glance but after many hours I just couldn't get it to
work.
Due to much demand, I have added optional PATH to --with-pcre,
--with-zlib, and --with-tcp-wrappers.
I have done extensive testin on --with-zlib, and
2002 Jun 29
0
[Bug 321] New: configure does not work when cross compiling
...)
+
]
+
[
+
AC_MSG_RESULT(no)
+
AC_MSG_ERROR([** Incomplete or missing s/key libraries.])
])
fi
]
@@ -597,6 +587,7 @@
AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_MMAP_ANON_SHARED)
],
+
[ AC_MSG_RESULT(no) ],
[ AC_MSG_RESULT(no) ]
)
fi
@@ -626,6 +617,7 @@
}
],
[ ac_cv_have_broken_dirname="no" ],
+
[ ac_cv_have_broken_dirname="yes" ],
[ ac_cv_have_broken_dirname="yes" ]
)
LIBS="$save_LIBS"
@@ -670,6 +662,10 @@
AC_MSG_RESULT(no)
AC_DEFINE(BROKEN_SNPRINTF)
AC_MSG_WARN([****** Your snprintf() function is broken, compl...