aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 1fe3b85d..2d304dc2 100755
--- a/configure
+++ b/configure
@@ -78,6 +78,10 @@ do
PREFIX="$value"
PREFIX_SET=yes
;;
+ --sysconfdir=*)
+ SYSCONFDIR="$value"
+ SYSCONFDIR_SET=yes
+ ;;
--ostype=*)
OSTYPE="$value"
OSTYPE_SET=yes