[58129] trunk/base
toby at macports.org
toby at macports.org
Tue Sep 22 13:24:17 PDT 2009
Revision: 58129
http://trac.macports.org/changeset/58129
Author: toby at macports.org
Date: 2009-09-22 13:24:14 -0700 (Tue, 22 Sep 2009)
Log Message:
-----------
check for CommonCrypto/CommonDigest.h header
Modified Paths:
--------------
trunk/base/configure
trunk/base/configure.ac
trunk/base/src/config.h.in
Modified: trunk/base/configure
===================================================================
--- trunk/base/configure 2009-09-22 18:54:13 UTC (rev 58128)
+++ trunk/base/configure 2009-09-22 20:24:14 UTC (rev 58129)
@@ -8244,7 +8244,7 @@
fi
for ac_header in limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h sys/cdefs.h err.h sys/socket.h \
- readline/readline.h readline/history.h pwd.h sys/paths.h utime.h
+ readline/readline.h readline/history.h pwd.h sys/paths.h utime.h CommonCrypto/CommonDigest.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
Modified: trunk/base/configure.ac
===================================================================
--- trunk/base/configure.ac 2009-09-22 18:54:13 UTC (rev 58128)
+++ trunk/base/configure.ac 2009-09-22 20:24:14 UTC (rev 58129)
@@ -195,7 +195,7 @@
AC_HEADER_DIRENT
AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([limits.h paths.h sys/file.h crt_externs.h fcntl.h sys/fcntl.h sys/cdefs.h err.h sys/socket.h \
- readline/readline.h readline/history.h pwd.h sys/paths.h utime.h])
+ readline/readline.h readline/history.h pwd.h sys/paths.h utime.h CommonCrypto/CommonDigest.h])
INCLUDES="-I.. -I. $INCLUDES"
Modified: trunk/base/src/config.h.in
===================================================================
--- trunk/base/src/config.h.in 2009-09-22 18:54:13 UTC (rev 58128)
+++ trunk/base/src/config.h.in 2009-09-22 20:24:14 UTC (rev 58129)
@@ -18,6 +18,9 @@
/* Define to 1 if you have the `clearenv' function. */
#undef HAVE_CLEARENV
+/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
+#undef HAVE_COMMONCRYPTO_COMMONDIGEST_H
+
/* Define to 1 if you have the `copyfile' function. */
#undef HAVE_COPYFILE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090922/ec7b80ad/attachment.html>
More information about the macports-changes
mailing list