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

Diff of /monit/configure.ac

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

revision 1.23 by hauk, Fri Mar 7 17:16:27 2003 UTC revision 1.24 by rory, Wed Jun 4 05:26:37 2003 UTC
# Line 82  AC_FUNC_FORK Line 82  AC_FUNC_FORK
82  AC_FUNC_MALLOC  AC_FUNC_MALLOC
83  AC_FUNC_STAT  AC_FUNC_STAT
84  AC_FUNC_STRFTIME  AC_FUNC_STRFTIME
85    AC_CHECK_FUNCS(getpwnam_r getpwuid_r getgrnam_r getgrgid_r)
86    
87  # Find the right directory to put the root-mode PID file in  # Find the right directory to put the root-mode PID file in
88  AC_MSG_CHECKING([pid file location])  AC_MSG_CHECKING([pid file location])
# Line 109  fi Line 110  fi
110  if test `uname` = "SunOS"  if test `uname` = "SunOS"
111  then  then
112     ARCH="SOLARIS"     ARCH="SOLARIS"
113     CFLAGS="$CFLAGS -D _REENTRANT"     CFLAGS="$CFLAGS -D _REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
114  elif test `uname` = "Linux"  elif test `uname` = "Linux"
115  then  then
116     ARCH="LINUX"     ARCH="LINUX"

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

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