summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-12-11 18:57:53 +0000
committerLennart Poettering <lennart@poettering.net>2003-12-11 18:57:53 +0000
commit405cf89f90fa3aed16b493eb04417c6f1cfc0038 (patch)
tree958b926db930d2783b16231198c560f62274e3ee /configure.ac
parent92e43a2473d4b2e9deae3f55c78ceca736b9ff80 (diff)
many changes
git-svn-id: file:///home/lennart/svn/public/ifplugd/trunk@80 2bf48fe7-cfc1-0310-909f-d9042e1e0fef
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 20cde02..74ff17a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,8 +39,6 @@ fi
if type -p stow > /dev/null && test -d /usr/local/stow ; then
AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***])
ac_default_prefix="/usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION}"
-else
- ac_default_prefix="/usr/local"
fi
AC_PROG_CPP