summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-06-21 14:43:17 +0000
committerLennart Poettering <lennart@poettering.net>2005-06-21 14:43:17 +0000
commit7005f3d52cce3992c42b8c1b10744c8e020e5086 (patch)
tree481761b0d357d9eb327dfcdb7a269a9f59e77ef9 /bootstrap.sh
parent9bc2eb5311514a53243c9e771658779524e70b9a (diff)
fix build system for build without gtk and dbus
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@137 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index d50ba72..6fe0f86 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -42,7 +42,7 @@ else
run_versioned automake 1.7 -a -c --foreign
autoconf -Wall
- CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var"$@"
+ CFLAGS="-g -O0" ./configure --sysconfdir=/etc --localstatedir=/var "$@"
make clean
fi