From 4f43a7ffcc71a4ec762388ce458ad0b340ad7766 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 25 Oct 2018 20:15:26 -0700 Subject: [PATCH] Remove no-longer-needed args to configure. --- dist/make-native-files | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } -- 2.25.1