From 003104d31a4fa5eeb44d06456e5d309df2b7eead Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 1 Mar 2009 00:44:34 +0000 Subject: tabs to spaces --- src/configure | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/configure') diff --git a/src/configure b/src/configure index a5c8173..f98c763 100755 --- a/src/configure +++ b/src/configure @@ -108,26 +108,26 @@ done rm -f include.mk case $TARGET in - Linux) - rm -rf tun.c - ln -sf linux/tun.c + Linux) + rm -rf tun.c + ln -sf linux/tun.c echo "loading Linux specific TUN Device" LDFLAGS=$LDFLAGS" -ldl" - ;; - OpenBSD|FreeBSD|NetBSD) - rm -rf tun.c - ln -sf bsd/tun.c + ;; + OpenBSD|FreeBSD|NetBSD) + rm -rf tun.c + ln -sf bsd/tun.c echo "loading BSD specific TUN Device" CFLAGS=$CFLAGS' -I/usr/local/include' LDFLAGS=$LDFLAGS' -L/usr/local/lib' if [ "$TARGET" == 'OpenBSD' ]; then V4_MAPPED=0 fi - ;; - *) - echo "Plattform not supported" + ;; + *) + echo "Plattform not supported" exit 1; - ;; + ;; esac -- cgit v1.2.3