davidg          Mon Mar 19 04:41:20 2001 EDT

  Modified files:              
    /php4/ext/midgard   config.m4.session 
  Log:
  fixed compilation with php-4.0.4
  
  
Index: php4/ext/midgard/config.m4.session
diff -u php4/ext/midgard/config.m4.session:1.6 php4/ext/midgard/config.m4.session:1.7
--- php4/ext/midgard/config.m4.session:1.6      Mon Mar 19 01:56:06 2001
+++ php4/ext/midgard/config.m4.session  Mon Mar 19 04:41:19 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4.session,v 1.6 2001/03/19 09:56:06 ab Exp $
+dnl $Id: config.m4.session,v 1.7 2001/03/19 12:41:19 davidg Exp $
 
 dnl  Copyright (C) 1999 Jukka Zitting <[EMAIL PROTECTED]>
 dnl  Copyright (C) 2000 The Midgard Project ry
@@ -32,7 +32,6 @@
   else
     AC_ADD_LIBRARY(midgard)
   fi
-  AC_DEFINE(HAVE_MIDGARD, 1, [ ])
   PHP_EXTENSION(midgard, $ext_shared)
 
 dnl EEH/TODO: Add checks for apache-static compilation
@@ -82,4 +81,5 @@
   PHP_SUBST(MIDCONFIG_FILE)
   AC_SUBST(MIDCONFIG_FILE)
   AC_OUTPUT(php_midgard.h, [], [])
+  AC_DEFINE(HAVE_MIDGARD, 1, [ ])
 fi



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to