From d3cc54267cfa5bc298681e4a0a8faf209d908dcc Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 23 Sep 2000 15:06:05 +0000 Subject: [PATCH] extar -> extra SVN revision: 3540 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 93d222a..da9537b 100644 --- a/configure.in +++ b/configure.in @@ -149,7 +149,7 @@ EXTRA_LIBS="-L/usr/local/lib -L/usr/X11R6/lib" AC_CHECK_LIB(jpeg, jpeg_destroy_decompress, jpeg_ok=yes, jpeg_ok=no - AC_MSG_WARN(*** Native JPEG support will not be built (JPEG library not found) ***), $EXTAR_LIBS) + AC_MSG_WARN(*** Native JPEG support will not be built (JPEG library not found) ***), $EXTRA_LIBS) if test "$jpeg_ok" = yes; then AC_MSG_CHECKING([for jpeglib.h]) AC_TRY_CPP(