/[monit]/monit/configure.ac
ViewVC logotype

Diff of /monit/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by rory, Wed Jun 4 05:26:37 2003 UTC revision 1.25 by rory, Fri Jun 6 07:05:07 2003 UTC
# Line 127  then Line 127  then
127  elif test `uname` = "Darwin"  elif test `uname` = "Darwin"
128  then  then
129     ARCH="DARWIN"     ARCH="DARWIN"
130     CFLAGS="$CFLAGS -DREENTRANT"     CFLAGS="$CFLAGS -DREENTRANT -no-cpp-precomp"
131     test_kvm="true"     test_kvm="true"
132     LIBS="$LIBS -framework System"     LIBS="$LIBS -framework System -multiply_defined suppress"
133  else  else
134     AC_MSG_WARN([Architecture not supported: `uname`. Trying Linux compile])     AC_MSG_WARN([Architecture not supported: `uname`. Trying Linux compile])
135     CFLAGS="$CFLAGS -D _REENTRANT"     CFLAGS="$CFLAGS -D _REENTRANT"

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26