php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15802 typo - configure detecting gdImageGifCtx instead of gdImageCreateFromGifCtx
Submitted: 2002-02-28 21:23 UTC Modified: 2002-03-01 05:26 UTC
From: dan at obluda dot cz Assigned:
Status: Not a bug Package: GD related
PHP Version: 4.1.2 OS: irelevant (FreeBSD 4.4)
Private report: No CVE-ID: None
 [2002-02-28 21:23 UTC] dan at obluda dot cz
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-28 21:32 UTC] dan at obluda dot cz
Forget it, it is bogus report.
 [2002-03-01 05:26 UTC] derick@php.net
Then we mark it as bogus too.

(BTW, making changes to configure is not usefull, you should make them to configure.in or the config.m4 files in the extension directories).

Derick
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 05:01:28 2024 UTC