changeset 1388:40371a7d49f4

Fix DATA_DIR in configure.ac (patch from "undet")
author Mikael Berthe <mikael@lilotux.net>
date Tue, 04 Dec 2007 19:38:24 +0100
parents 3067c096cfc4
children cefda9174d62
files mcabber/configure.ac
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mcabber/configure.ac	Sun Dec 02 18:10:02 2007 +0100
+++ b/mcabber/configure.ac	Tue Dec 04 19:38:24 2007 +0100
@@ -204,7 +204,7 @@
 
 # Export $datadir to the source tree.
 if test x"${datadir}" != x""; then
-    AC_DEFINE_DIR(DATA_DIR, "${datadir}", [Data files directory])
+    AC_DEFINE_DIR(DATA_DIR, datadir, [Data files directory])
 fi
 
 AC_ARG_ENABLE(debug,