summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorsvu <svu>2006-10-10 21:52:36 +0000
committersvu <svu>2006-10-10 21:52:36 +0000
commit91e58956f831d66b3409c29beae5552449941ff9 (patch)
treecf1cc819e1dda6414cac84213bf62fdd790f0500 /configure.in
parent41b6b653cdc313d270b5178d53ae1ba520019c51 (diff)
removing hardcoded prefix, b.fd.o#8448
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 013ae05a..23ef2c53 100644
--- a/configure.in
+++ b/configure.in
@@ -5,8 +5,6 @@ AM_MAINTAINER_MODE
AC_SUBST(VERSION)
-prefix=/usr
-
AC_PATH_PROG([XKBCOMP], [xkbcomp], [not_found])
if test x$XKBCOMP = xnot_found ; then
AC_ERROR([xkbcomp is required to install the xkb data files])