summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-03-04 11:13:14 +0000
committerChristian Pointner <equinox@anytun.org>2009-03-04 11:13:14 +0000
commitf9363450a3fcb3f3460f4458a193988ca6695683 (patch)
tree99ca4880a28c6255159ae9177b46a81e02ce0796 /src/configure
parentupdated manpage and usage info (diff)
fixed build on FreeBSD
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
;;