]> granicus.if.org Git - php/commitdiff
should make SuSE 6.x users happy (and anybody else with gh.d in
authorHartmut Holzgraefe <hholzgra@php.net>
Sat, 27 May 2000 21:09:00 +0000 (21:09 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Sat, 27 May 2000 21:09:00 +0000 (21:09 +0000)
  /usr/include/gd ... )

ext/gd/config.m4

index 07d89d1dbaf7e2afe13f4182cbbcc4aa451b5ee8..918162d9678d340a17571426a7bf97902b9d51b3 100644 (file)
@@ -230,6 +230,9 @@ AC_ARG_WITH(t1lib,
   if test -f /usr/pkg/include/gd/gd.h -a -z "$GD_INCLUDE" ; then
     GD_INCLUDE="/usr/pkg/include/gd"
   fi
+  if test -f /usr/include/gd/gd.h -a -z "$GD_INCLUDE" ; then
+    GD_INCLUDE="/usr/include/gd"
+  fi
 
   AC_MSG_CHECKING(whether to enable 4bit antialias hack with FreeType2)
   AC_ARG_ENABLE(freetype-4bit-antialias-hack,