summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4d9007d06..e39cc71b1 100755
--- a/configure.ac
+++ b/configure.ac
@@ -418,7 +418,7 @@ case "${enable_multipath}" in
0)
MPATH_NUM=64
;;
- [[1-9]|[1-9][0-9]])
+ [[1-9]|[1-9][0-9]|[1-9][0-9][0-9]])
MPATH_NUM="${enable_multipath}"
;;
"")