Skip to content

Commit

Permalink
Oops, typos in configure.in
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 24, 2001
1 parent dc531b9 commit 446e7bb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .cvsignore
@@ -0,0 +1,3 @@
configure
Makefile.in
aclocal.m4
10 changes: 5 additions & 5 deletions configure.in
Expand Up @@ -36,13 +36,13 @@ AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)

dnl Setup for automake
AM_INIT_AUTOMAKE(SDL_image, $VERSION)

dnl Detect the canonical host and target build environment
AC_CANONICAL_HOST
AC_CANONICAL_TARGET

dnl Setup for automake
AM_INIT_AUTOMAKE(SDL_image, $VERSION)

dnl Check for tools

AC_LIBTOOL_WIN32_DLL
Expand Down Expand Up @@ -99,7 +99,7 @@ if test x$enable_jpg = xyes; then
CFLAGS="$CFLAGS -DLOAD_JPG"
IMG_LIBS="$IMG_LIBS -ljpeg"
else
AC_MSG_WARN(
AC_MSG_WARN([
*** Unable to find JPEG library (http://www.ijg.org/)
])
AC_MSG_WARN([JPG image loading disabled])
Expand Down Expand Up @@ -155,7 +155,7 @@ if test x$enable_tif = xyes; then
CFLAGS="$CFLAGS -DLOAD_TIF"
IMG_LIBS="$IMG_LIBS -ltiff"
else
AC_MSG_WARN(
AC_MSG_WARN([
*** Unable to find Tiff library (ftp://ftp.sgi.com/graphics/tiff/)
])
AC_MSG_WARN([TIF image loading disabled])
Expand Down

0 comments on commit 446e7bb

Please sign in to comment.