summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpixel <pixel>2003-01-21 03:00:13 +0000
committerpixel <pixel>2003-01-21 03:00:13 +0000
commit38a65f1d57c4dc65dcce9056725ce26e0474eabc (patch)
tree5cd44b75ad4a152fb299f33994a17c76b4fadd11 /configure.ac
parentcbb8340d3b139596e94f2caa3ca51577d8fa3d0e (diff)
Fixing more things...
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ab76acb..e372c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,6 @@ AC_SEARCH_LIBS(gluPerspective, GLU, , [
LDFLAGS="-L/usr/X11R6/lib $LDFLAGS"
AC_SEARCH_LIBS(gluPerspective, GLU, , AC_MSG_ERROR([can't find GLU]))
])
-AC_SEARCH_LIBS(IMG_Load_RW, SDL_image, , [AC_MSG_ERROR([can't find SDL_image])])
# Checks for header files.
AC_FUNC_ALLOCA