And you're 100% sure libcrypt is always available?
    Please revert and fix it properly..(was there a bug report about this?)
    
    --Jani
    

On Thu, 13 Mar 2003, Daniela Mariaschi wrote:

>daniela                Thu Mar 13 18:15:44 2003 EDT
>
>  Modified files:              
>    /php4/ext/interbase        config.m4 
>  Log:
>  Test for libgds needs libcrypt with Firebird to succeed
>  
>  
>Index: php4/ext/interbase/config.m4
>diff -u php4/ext/interbase/config.m4:1.9 php4/ext/interbase/config.m4:1.10
>--- php4/ext/interbase/config.m4:1.9   Mon Feb  3 06:45:44 2003
>+++ php4/ext/interbase/config.m4       Thu Mar 13 18:15:43 2003
>@@ -1,5 +1,5 @@
> dnl
>-dnl $Id: config.m4,v 1.9 2003/02/03 11:45:44 sniper Exp $
>+dnl $Id: config.m4,v 1.10 2003/03/13 23:15:43 daniela Exp $
> dnl
> 
> PHP_ARG_WITH(interbase,for InterBase support,
>@@ -21,7 +21,7 @@
>   ], [
>     AC_MSG_ERROR([libgds not found! Check config.log for more information.])
>   ], [
>-    -L$IBASE_LIBDIR -lgds
>+    -L$IBASE_LIBDIR -lgds -lcrypt
>   ])
> 
>   PHP_ADD_INCLUDE($IBASE_INCDIR)
>
>
>
>

-- 
<- For Sale! ->


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to