projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7468fbc
)
Remove no-longer-needed args to configure.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 26 Oct 2018 03:15:26 +0000
(20:15 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 26 Oct 2018 03:15:26 +0000
(20:15 -0700)
dist/make-native-files
patch
|
blob
|
history
diff --git
a/dist/make-native-files
b/dist/make-native-files
index ef6a4048872cfe98f994d88036a30df8308eeea7..908f0544ebb5f6dd6e18d6476e0416c9dd020b8e 100755
(executable)
--- 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
}