Skip to content

Commit 6d8e491

Browse files
committed
Option --enable-path-entry-reoder fixed
1 parent 101ed8a commit 6d8e491

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ multilibsupport libdir64 libdir32 versioning silentshdbgsupport \
3434
setshellstartup quarantinesupport autohandling availindepth implicitdefault \
3535
extendeddefault moduleshome initconfin pager pageropts verbosity color \
3636
darkbgcolors lightbgcolors termbg lockedconfigs icase unloadmatchorder \
37-
searchmatch modulepath loadedmodules quarantinevars wa277 lmodpath advversspec ml \
37+
searchmatch modulepath loadedmodules quarantinevars wa277 pathentryreorder advversspec ml \
3838
windowssupport nearlyforbiddendays implicitrequirement tagabbrev \
3939
tagcolorname mcookieversioncheck availoutput availterseoutput listoutput \
4040
listterseoutput editor variantshortcut bashcompletiondir fishcompletiondir \
@@ -804,6 +804,9 @@ for arg in "$@"; do
804804
--enable-mcookie-version-check*|--disable-mcookie-version-check)
805805
# shellcheck disable=SC2034
806806
mcookieversioncheck=$(get_feature_value "$arg") ;;
807+
--enable-path-entry-reorder*|--disable-path-entry-reorder)
808+
# shellcheck disable=SC2034
809+
pathentryreorder=$(get_feature_value "$arg") ;;
807810
--with-bin-search-path=*|--without-bin-search-path)
808811
binsearchpath=$(get_package_value "$arg") ;;
809812
--with-moduleshome=*|--without-moduleshome)
@@ -932,9 +935,6 @@ for arg in "$@"; do
932935
pythonbin=$(get_package_value "$arg") ;;
933936
--with-module-path=*)
934937
echo_warning "Option \`--with-module-path' ignored, use \`--modulepath' instead" ;;
935-
--enable-path-entry-reorder|--disable-path-entry-reorder)
936-
# shellcheck disable=SC2034
937-
pathentryreorder=$(get_feature_value "$arg") ;;
938938
-h|--help)
939939
echo_usage
940940
exit 0

0 commit comments

Comments
 (0)