[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdegraphics/kpdf
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2005-04-16 19:13:44
Message-ID: 20050416191344.71AAC3CA () office ! kde ! org
[Download RAW message or body]

CVS commit by aacid: 

Correct configure.in.in fixes 104012, thanks for reporting
BUGS: 104012


  M +2 -2      configure.in.in   1.23


--- kdegraphics/kpdf/configure.in.in  #1.22:1.23
@@ -56,9 +56,9 @@
 dnl ##### Check for libjpeg
 AC_CHECK_LIB([jpeg], [jpeg_destroy_decompress],HAVE_LIBJPEG=yes,HAVE_LIBJPEG=no)
-if test HAVE_LIBJPEG = yes; then
+if test "$HAVE_LIBJPEG" = "yes"; then
   AC_CHECK_HEADERS([jpeglib.h],,HAVE_LIBJPEG=no)
 fi
 
-if test HAVE_LIBJPEG = yes; then
+if test "$HAVE_LIBJPEG" = "yes"; then
   LIBJPEG_LIBS="-ljpeg"
   AC_SUBST(LIBJPEG_LIBS)


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic