summaryrefslogtreecommitdiff
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
parent41b6b653cdc313d270b5178d53ae1ba520019c51 (diff)
removing hardcoded prefix, b.fd.o#8448
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 034bbf08..77ff0e0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* symbols/in: fixed Devangari (default) layout, closing
https://bugs.freedesktop.org/show_bug.cgi?id=4949
+ * configure.in: removing hardcoded prefix, closing
+ https://bugs.freedesktop.org/show_bug.cgi?id=8448
2006-10-09 Sergey Udaltsov
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])