diff --git a/emacs.spec b/emacs.spec index 2e96e60..d941f7c 100644 --- a/emacs.spec +++ b/emacs.spec @@ -327,7 +327,7 @@ ln -s ../configure . --with-jpeg \ --with-json \ --with-modules \ - --with-native-compilation=aot \ + --with-native-compilation \ --with-png \ --with-rsvg \ --with-sqlite3 \ @@ -350,7 +350,7 @@ mkdir build-nw && cd build-nw ln -s ../configure . %configure --with-json \ --with-modules \ - --with-native-compilation=aot \ + --with-native-compilation \ --with-sqlite3 \ --without-tree-sitter \ %if %{without gpm} @@ -376,7 +376,7 @@ ln -s ../configure . --with-jpeg \ --with-json \ --with-modules \ - --with-native-compilation=aot \ + --with-native-compilation \ --with-png \ --with-rsvg \ --with-sqlite3 \ @@ -404,7 +404,7 @@ ln -s ../configure . --with-jpeg \ --with-json \ --with-modules \ - --with-native-compilation=aot \ + --with-native-compilation \ --with-pgtk \ --with-png \ --with-rsvg \