From:             [EMAIL PROTECTED]
Operating system: irelevant (FreeBSD 4.4)
PHP version:      4.1.2
PHP Bug Type:     GD related
Bug description:  typo - configure detecting gdImageGifCtx instead of 
gdImageCreateFromGifCtx

See summary

--- configure   Fri Mar  1 03:15:10 2002
+++ configure.orig      Wed Feb 27 10:18:32 2002
@@ -21722,9 +21722,9 @@
   echo "$ac_t""no" 1>&6
 fi
 
-  echo $ac_n "checking for gdImageCreateFromGifCtx in -lgd""... $ac_c"
1>&6
-echo "configure:21727: checking for gdImageCreateFromGifCtx in -lgd" >&5
-ac_lib_var=`echo gd'_'gdImageCreateFromGifCtx | sed 'y%./+-%__p_%'`
+  echo $ac_n "checking for gdImageGifCtx in -lgd""... $ac_c" 1>&6
+echo "configure:21727: checking for gdImageGifCtx in -lgd" >&5
+ac_lib_var=`echo gd'_'gdImageGifCtx | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
@@ -21736,10 +21736,10 @@
 /* Override any gcc2 internal prototype to avoid an error.  */
 /* We use char because int might match the return type of a gcc2
     builtin and then its argument prototype would still apply.  */
-char gdImageCreateFromGifCtx();
+char gdImageGifCtx();
 
 int main() {
-gdImageCreateFromGifCtx()
+gdImageGifCtx()
 ; return 0; }
 EOF
 if { (eval echo configure:21746: \"$ac_link\") 1>&5; (eval $ac_link)
2>&5; } && test -s conftest${ac_exeext}; then

-- 
Edit bug report at http://bugs.php.net/?id=15802&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15802&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15802&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15802&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15802&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15802&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15802&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15802&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15802&r=submittedtwice

Reply via email to