diff options
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configure b/src/configure index 1fa9232..ce0ec7f 100755 --- a/src/configure +++ b/src/configure @@ -98,7 +98,7 @@ LDFLAGS="$LDFLAGS $(pkg-config --libs gstreamer-0.10)" rm -f include.mk rm -f config.h -case $TARGET in +case $TARGET in Linux) ;; OpenBSD|FreeBSD|NetBSD|GNU/kFreeBSD) @@ -125,7 +125,7 @@ fi cat > include.mk <<EOF # this file was created automatically -# do not edit this file directly +# do not edit this file directly # use ./configure instead TARGET := '$TARGET' @@ -160,7 +160,7 @@ HOSTNAME=`hostname` DATE=`date +"%d.%m.%Y %H:%M:%S %Z"` cat > config.h <<EOF -/* +/* * rharchive config header * * this file was created automatically |