aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-07-20 02:58:03 +1000
committerGravatar axel <axel@liljencrantz.se>2006-07-20 02:58:03 +1000
commitba4166d17d0d8c84fbf3282440a4757abb2575f4 (patch)
tree8e808ee185e7ba52576f9d49594ae57c7ce550e6 /Makefile.in
parent46c6f7880bebcdb3589e6e8d67a2c192076a540d (diff)
Fix for the autoconf-changes in the porevious patch. The LOCALEDIR macro should be a regular string, not a wide string
darcs-hash:20060719165803-ac50b-1b76c45b77469c0a7dbf47b866ab127bd48780e5.gz
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 01a355ea..9625f168 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47,7 +47,7 @@ docdir = @docdir@
localedir = @localedir@
prefix = @prefix@
-CFLAGS:=@CFLAGS@ -DLOCALEDIR=L\"$(localedir)\" -DPREFIX=L\"$(prefix)\" -DDATADIR=L\"$(datadir)\" -DSYSCONFDIR=L\"$(sysconfdir)\"
+CFLAGS:=@CFLAGS@ -DLOCALEDIR=\"$(localedir)\" -DPREFIX=L\"$(prefix)\" -DDATADIR=L\"$(datadir)\" -DSYSCONFDIR=L\"$(sysconfdir)\"
CPPFLAGS=@CPPFLAGS@
LDFLAGS:= @LIBS@ @LDFLAGS@