Skip to content

Commit 37ed41b

Browse files
committed
configure fixed
1 parent cf424aa commit 37ed41b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ extendeddefault=y
7979
advversspec=y
8080
ml=y
8181
wa277=n
82-
lmodpath=n
82+
pathentryreorder=n
8383
loadedmodules=
8484
quarantinevars=
8585
binsearchpath=/usr/bin:/bin:/usr/local/bin
@@ -932,9 +932,9 @@ for arg in "$@"; do
932932
pythonbin=$(get_package_value "$arg") ;;
933933
--with-module-path=*)
934934
echo_warning "Option \`--with-module-path' ignored, use \`--modulepath' instead" ;;
935-
--enable-lmod-path|--disable-lmod-path)
935+
--enable-path-entry-reorder|--disable-path-entry-reorder)
936936
# shellcheck disable=SC2034
937-
lmodpath=$(get_feature_value "$arg") ;;
937+
pathentryreorder=$(get_feature_value "$arg") ;;
938938
-h|--help)
939939
echo_usage
940940
exit 0

0 commit comments

Comments
 (0)