Revision: 140640 https://trac.macports.org/changeset/140640 Author: cal@macports.org Date: 2015-09-28 14:04:57 -0700 (Mon, 28 Sep 2015) Log Message: ----------- base: re-generate configure after r140639 Revision Links: -------------- https://trac.macports.org/changeset/140639 Modified Paths: -------------- trunk/base/configure trunk/base/src/config.h.in Modified: trunk/base/configure =================================================================== --- trunk/base/configure 2015-09-28 21:04:13 UTC (rev 140639) +++ trunk/base/configure 2015-09-28 21:04:57 UTC (rev 140640) @@ -8796,7 +8796,7 @@ fi -for ac_header in crt_externs.h err.h fcntl.h libkern/OSAtomic.h limits.h paths.h pwd.h \ +for ac_header in crt_externs.h err.h fcntl.h libkern/OSAtomic.h libproc.h limits.h paths.h pwd.h \ readline/history.h readline/readline.h spawn.h sys/cdefs.h sys/event.h sys/fcntl.h sys/file.h \ sys/paths.h sys/socket.h sys/sysctl.h utime.h do : Modified: trunk/base/src/config.h.in =================================================================== --- trunk/base/src/config.h.in 2015-09-28 21:04:13 UTC (rev 140639) +++ trunk/base/src/config.h.in 2015-09-28 21:04:57 UTC (rev 140640) @@ -101,6 +101,9 @@ /* Define if you have the `md' library (-lmd). */ #undef HAVE_LIBMD +/* Define to 1 if you have the <libproc.h> header file. */ +#undef HAVE_LIBPROC_H + /* Define to 1 if you have the 'readline' library (-lreadline). */ #undef HAVE_LIBREADLINE
participants (1)
-
cal@macports.org