projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6447cf
)
- fixed datadir
author
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 28 Mar 2004 23:23:20 +0000
(23:23 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Sun, 28 Mar 2004 23:23:20 +0000
(23:23 +0000)
SVN-Revision: 411
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
6734517
..
7aa5911
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-89,7
+89,7
@@
fi
AC_CHECK_LIB(z, gzopen,, AC_MSG_ERROR([*** zlib is missing]))
-CXXFLAGS="$CXXFLAGS -DDATA_PREFIX='\"$data
t
dir/supertux\"'"
+CXXFLAGS="$CXXFLAGS -DDATA_PREFIX='\"$datadir/supertux\"'"
dnl Checks for library functions.
AC_CHECK_FUNCS(mkdir strdup strstr)