summaryrefslogtreecommitdiffhomepage
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 92d1bd8..f01191b 100755
--- a/configure
+++ b/configure
@@ -686,6 +686,9 @@ for arg ; do
--source-dir=*)
mb_source_dir=${arg#*=}
;;
+ --srcdir=*)
+ mb_source_dir=${arg#*=}
+ ;;
# pkgconfig
--pkgname=*)