From: Chris Hanson Date: Fri, 26 Oct 2018 03:15:26 +0000 (-0700) Subject: Remove no-longer-needed args to configure. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~138^2~8 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4f43a7ffcc71a4ec762388ce458ad0b340ad7766;p=mit-scheme.git Remove no-longer-needed args to configure. --- diff --git a/dist/make-native-files b/dist/make-native-files index ef6a40488..908f0544e 100755 --- a/dist/make-native-files +++ b/dist/make-native-files @@ -46,8 +46,7 @@ shift 2 build () { - my_configure --enable-native-code="${ARCH}" \ - --with-mcrypt=no --with-libpq=no --with-db-4=no + my_configure --enable-native-code="${ARCH}" my_make touch .native-release-marker }