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

Diff of /monit/configure.ac

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

revision 1.25 by rory, Fri Jun 6 07:05:07 2003 UTC revision 1.26 by chopp, Fri Jun 6 09:31:16 2003 UTC
# Line 130  then Line 130  then
130     CFLAGS="$CFLAGS -DREENTRANT -no-cpp-precomp"     CFLAGS="$CFLAGS -DREENTRANT -no-cpp-precomp"
131     test_kvm="true"     test_kvm="true"
132     LIBS="$LIBS -framework System -multiply_defined suppress"     LIBS="$LIBS -framework System -multiply_defined suppress"
133    elif test `uname` = "AIX"
134    then
135       ARCH="AIX"
136       CFLAGS="$CFLAGS -D _REENTRANT"
137  else  else
138     AC_MSG_WARN([Architecture not supported: `uname`. Trying Linux compile])     AC_MSG_WARN([Architecture not supported: `uname`.])
139     CFLAGS="$CFLAGS -D _REENTRANT"     CFLAGS="$CFLAGS -D _REENTRANT"
140     ARCH="LINUX"     ARCH="UNKNOWN"
141  fi  fi
142  AC_SUBST(ARCH)  AC_SUBST(ARCH)
143    

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

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