[PHP-DEV] CVS update: php3 From: rasmus (php-dev <email protected>)
Date: 07/30/98

Date: Thursday July 30, 1998 @ 14:14
Author: rasmus

Update of /repository/php3
In directory asf:/tmp/cvs-serv11743

Modified Files:
        configure.in
Log Message:
Fix libttf detection problem - Thanks James

Index: php3/configure.in
diff -c php3/configure.in:1.231 php3/configure.in:1.232
*** php3/configure.in:1.231 Thu Jul 30 08:23:43 1998
--- php3/configure.in Thu Jul 30 14:14:21 1998
***************
*** 1,4 ****
! dnl $Id: configure.in,v 1.231 1998/07/30 12:23:43 rasmus Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
--- 1,4 ----
! dnl $Id: configure.in,v 1.232 1998/07/30 18:14:21 rasmus Exp $
  dnl Process this file with autoconf to produce a configure script.
  
  AC_INIT(main.c)
***************
*** 496,501 ****
--- 496,502 ----
          GD_LIBS="-L$withval/lib -lgd"
          AC_DEFINE(HAVE_LIBGD)
          AC_CHECK_LIB(gd, gdImageString16, [ AC_DEFINE(HAVE_LIBGD13) ])
+ ac_cv_lib_gd_gdImageLine=yes
          AC_MSG_RESULT(yes)
        else
          AC_MSG_RESULT(no)