Преглед на файлове

Fixed option handling that before would never include jpeg or png build logic.

Michael Schloh von Bennewitz преди 23 години
родител
ревизия
6a670a360f
променени са 1 файла, в които са добавени 2 реда и са изтрити 4 реда
  1. 2 4
      emacs/emacs.spec

+ 2 - 4
emacs/emacs.spec

@@ -24,14 +24,12 @@
 ##
 
 #   the additionally used features
+#   (jpeg and png options depend on with_x11)
 %ifndef       with_x11
 %define       with_x11              no
-%endif
-
-#   more optional settings
-#   (requires with_x11 set to "yes" above)
 %define       with_jpeg             no
 %define       with_png              no
+%endif
 
 #   package information
 Name:         emacs