summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure
index 2112aa8..9d13a5b 100755
--- a/src/configure
+++ b/src/configure
@@ -119,7 +119,7 @@ case $TARGET in
echo "loading BSD specific TUN Device"
CFLAGS=$CFLAGS' -I/usr/local/include'
LDFLAGS=$LDFLAGS' -L/usr/local/lib'
- if [ "$TARGET" == 'OpenBSD' ]; then
+ if [ "x$TARGET" = "xOpenBSD" ]; then
V4_MAPPED=0
fi
;;