qemacs-commit
[Top][All Lists]
Advanced

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

[Qemacs-commit] qemacs configure


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs configure
Date: Mon, 29 May 2017 02:05:22 -0400 (EDT)

CVSROOT:        /sources/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        17/05/29 02:05:22

Modified files:
        .              : configure 

Log message:
        build: fixed typo, remove cruft

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/configure?cvsroot=qemacs&r1=1.31&r2=1.32

Patches:
Index: configure
===================================================================
RCS file: /sources/qemacs/qemacs/configure,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- configure   7 May 2017 06:17:11 -0000       1.31
+++ configure   29 May 2017 06:05:22 -0000      1.32
@@ -64,7 +64,6 @@
 extralibs=""
 simpleidct="yes"
 bigendian="no"
-mpegaudio_hp="yes"
 
 tiny="no"
 x11="no"
@@ -305,9 +304,6 @@
       --enable-shared | --disable-shared)
         lshared="$value"
         ;;
-      --enable-mpegaudio-hp | --disable-mpegaudio-hp)
-        mpegaudio_hp="$value"
-        ;;
       --enable-tiny | --disable-tiny)
         tiny="$value"
         ;;
@@ -531,7 +527,7 @@
 echo "FFMPEG support      $ffmpeg"
 echo "Graphical HTML      $html"
 echo "Memory mapped files $mmap"
-echo "Unlocked I/O        $initcalls"
+echo "Unlocked I/O        $unlockio"
 echo "Initcall support    $initcalls"
 echo "Plugins support     $plugins"
 echo "Bidir support       $bidir"



reply via email to

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