Fix DATA_DIR in configure.ac (patch from "undet")
authorMikael Berthe <mikael@lilotux.net>
Tue, 04 Dec 2007 19:38:24 +0100
changeset 1388 40371a7d49f4
parent 1387 3067c096cfc4
child 1389 cefda9174d62
Fix DATA_DIR in configure.ac (patch from "undet")
mcabber/configure.ac
--- 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,