From bd462ae596d6007689fbe404334d5fc855defba0 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 12 Feb 2003 16:20:31 +0000
Subject: [PATCH] Oops, typo: JPG->JPEG

---
 configure    | 2 +-
 configure.in | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index fff1672ae6..dbb00a74a9 100755
--- a/configure
+++ b/configure
@@ -3355,7 +3355,7 @@ fi
 echo "$as_me:$LINENO: result: $ac_cv_lib_jpeg_jpeg_destroy_decompress" >&5
 echo "${ECHO_T}$ac_cv_lib_jpeg_jpeg_destroy_decompress" >&6
 if test $ac_cv_lib_jpeg_jpeg_destroy_decompress = yes; then
-  VERSION_FLAGS="${VERSION_FLAGS} -DHAVE_LIBJPG" GUI_LIBS="${GUI_LIBS} -ljpeg"
+  VERSION_FLAGS="${VERSION_FLAGS} -DHAVE_LIBJPEG" GUI_LIBS="${GUI_LIBS} -ljpeg"
 fi
 
 fi
diff --git a/configure.in b/configure.in
index d4a303c200..7f75591a48 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-dnl "$Id: configure.in,v 1.8 2003-02-12 16:12:27 geuzaine Exp $"
+dnl "$Id: configure.in,v 1.9 2003-02-12 16:20:31 geuzaine Exp $"
 dnl
 dnl Machine independent configuration script for Gmsh.
 dnl
@@ -119,7 +119,7 @@ fi
 dnl Check if libjpeg is available (in case fltk didn't find it) to enable/disable gl2jpg
 AC_CHECK_HEADER(jpeglib.h,
   AC_CHECK_LIB(jpeg, jpeg_destroy_decompress,
-    VERSION_FLAGS="${VERSION_FLAGS} -DHAVE_LIBJPG" GUI_LIBS="${GUI_LIBS} -ljpeg"))
+    VERSION_FLAGS="${VERSION_FLAGS} -DHAVE_LIBJPEG" GUI_LIBS="${GUI_LIBS} -ljpeg"))
 
 dnl Check if if should build the parallel version
 if test "x$enable_parallel" = "xyes"; then
-- 
GitLab