Changes to qemacs/configure

Charlie Gordon <[email protected]> Wed, 11 May 2005 08:16:59 -0400
Newsgroups gmane.editors.qemacs.devel
Message-ID <[email protected]>
Index: qemacs/configure
diff -u qemacs/configure:1.4 qemacs/configure:1.5
--- qemacs/configure:1.4	Wed May 11 09:04:12 2005
+++ qemacs/configure	Wed May 11 12:16:59 2005
@@ -101,6 +101,10 @@
     ffmpeg_srcdir="./ffmpeg"
 fi
 
+if test ! -f /usr/include/png.h ; then
+    png="no"
+fi
+
 for opt do
   case "$opt" in
   --prefix=*) prefix=`echo $opt | cut -d '=' -f 2`