[PHP-DEV] cvs: /php3 configure.in From: Sascha Schumann (sascha <email protected>)
Date: 08/21/99

sas Sat Aug 21 14:16:08 1999 EDT

  Modified files:
    /php3 configure.in
  Log:
  Apache would not compile, if the IMAP directory was
  passed as a relative path
  
  
Index: php3/configure.in
diff -u php3/configure.in:1.452 php3/configure.in:1.453
--- php3/configure.in:1.452 Fri Aug 6 12:09:24 1999
+++ php3/configure.in Sat Aug 21 14:16:07 1999
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.452 1999/08/06 16:09:24 chagenbu Exp $
+dnl $Id: configure.in,v 1.453 1999/08/21 18:16:07 sas Exp $
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(main.c)
@@ -643,6 +643,7 @@
                         AC_MSG_ERROR(could not find linkage.h in $IMAP_INC_DIR !)
                 fi
 
+ AC_EXPAND_PATH($IMAP_DIR, IMAP_DIR)
                 if test -f "$IMAP_DIR/lib/libimap.a" ; then
                   AC_ADD_LIBRARY_WITH_PATH(imap, $IMAP_DIR/lib)
                 elif test -f "$IMAP_DIR/lib/libc-client4.a" || test -f "$IMAP_DIR/lib/libc-client4.so"; then

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>