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

Diff of /monit/configure.ac

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

revision 1.51 by martinp, Wed Sep 17 22:35:59 2003 UTC revision 1.52 by hauk, Thu Sep 18 02:03:18 2003 UTC
# Line 7  Line 7 
7  AC_PREREQ([2.53])  AC_PREREQ([2.53])
8    
9  # Init autoconf and automake  # Init autoconf and automake
10  AC_INIT([monit], [4.0-beta6], [monit-general@nongnu.org])  AC_INIT([monit], [4.0], [monit-general@nongnu.org])
11    
12  # Package info  # Package info
13  AC_REVISION([$Revision$])  AC_REVISION([$Revision$])
# Line 435  if test "$sslincldir" -a "$ssllibdir" Line 435  if test "$sslincldir" -a "$ssllibdir"
435  then  then
436      CFLAGS="$CFLAGS -I$sslincldir"      CFLAGS="$CFLAGS -I$sslincldir"
437      LIBS="$LIBS -L$ssllibdir -lssl -lcrypto"          LIBS="$LIBS -L$ssllibdir -lssl -lcrypto"    
438        # Darwin aleady knows about ssldirs
439        if test "x$ARCH" = "xDARWIN"; then
440         LIBS="$LIBS -lssl -lcrypto"
441        else
442         CFLAGS="$CFLAGS -I$sslincldir"
443         LIBS="$LIBS -L$ssllibdir -lssl -lcrypto"
444        fi
445      # Redhat 9 compilation fix:      # Redhat 9 compilation fix:
446      if test -f "/usr/kerberos/include/krb5.h"      if test -f "/usr/kerberos/include/krb5.h"
447      then      then

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52

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