Wed Aug 25 15:53:59 2004 Michael Jennings (mej)

Never mind.  I did it myself. :)
----------------------------------------------------------------------


SVN revision: 11379
This commit is contained in:
Michael Jennings 2004-08-25 19:54:59 +00:00
parent 7407d3a2d6
commit a743c11ebc
3 changed files with 4 additions and 2 deletions

View File

@ -212,6 +212,7 @@ dnl here was freetype headers checking
dnl /here was freetype headers checking
AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
AC_CHECK_LIB(ltdl, lt_dlopen, ltdlopen_libs=-lltdl)
EXTRA_LIBS="-L/usr/local/lib -L/usr/X11R6/lib"
@ -403,6 +404,7 @@ AC_SUBST(x_includes)
AC_SUBST(x_ldflags)
AC_SUBST(x_libs)
AC_SUBST(dlopen_libs)
AC_SUBST(ltdlopen_libs)
AC_SUBST(freetype_cflags)
AC_SUBST(freetype_libs)

View File

@ -1,6 +1,6 @@
Summary: Powerful image loading and rendering library
Name: imlib2
Version: 1.1.2
Version: 1.1.1
Release: 1.%(date '+%Y%m%d')
Copyright: BSD
Group: System Environment/Libraries

View File

@ -6,7 +6,7 @@
#include <X11/Xlib.h>
#endif
#include "ltdl.h" /* for lt_dlhandle definition */
#include <ltdl.h> /* for lt_dlhandle definition */
typedef struct _imlibimage ImlibImage;
#ifndef X_DISPLAY_MISSING