diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-07 15:36:28 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-07 15:36:28 +0200 |
commit | c16c534dcb35f88439e31d0f21a415bf43fb40f7 (patch) | |
tree | 4780f19ff4372cdb5857c98a304a59aeb2485427 | |
parent | 0571e0111d76cf96aa4069d9c7a6e24d97aa7e48 (diff) |
build-sys: drop debug output
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index d8974156a2..2e4804fcde 100644 --- a/configure.ac +++ b/configure.ac @@ -91,8 +91,6 @@ if test "z$with_distro" = "z"; then fi with_distro=`echo ${with_distro} | tr '[[:upper:]]' '[[:lower:]]' ` -echo "hallo" - case $with_distro in fedora) SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d @@ -115,8 +113,6 @@ case $with_distro in ;; esac -echo "hallo" - AC_SUBST(SYSTEM_SYSVINIT_PATH) AC_SUBST(SYSTEM_RCND_PATH) |