bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

configure, jpeg bug


From: Hans Werner Strube
Subject: configure, jpeg bug
Date: Thu, 28 Apr 2005 10:53:59 +0200 (MET DST)

emacs 21.3 and 21.4:
In Solaris, jpeg is not used although the library is found. Erroneous
configure message:
warning: libjpeg found, but not version 6b or later

The reason is that #include <jpeglib.h> in conftest.c is not recognized
because there are blank characters preceding the #.
Fix:
*** configure.ORI       Tue Mar 18 15:19:12 2003
--- configure   Thu Apr 28 10:40:31 2005
***************
*** 5353,5359 ****
      cat > conftest.$ac_ext <<EOF
  #line 5355 "configure"
  #include "confdefs.h"
!         #include <jpeglib.h>
         version=JPEG_LIB_VERSION
  
  EOF
--- 5353,5359 ----
      cat > conftest.$ac_ext <<EOF
  #line 5355 "configure"
  #include "confdefs.h"
! #include <jpeglib.h>
         version=JPEG_LIB_VERSION
  
  EOF


 Hans Werner Strube          strube@physik3.gwdg.de
 Drittes Physikalisches Institut,  Univ. Goettingen
 Buergerstr. 42-44,    37073 Goettingen,    Germany




reply via email to

[Prev in Thread] Current Thread [Next in Thread]