diff options
author | Nils Durner <durner@gnunet.org> | 2006-12-03 19:21:46 +0000 |
---|---|---|
committer | Nils Durner <durner@gnunet.org> | 2006-12-03 19:21:46 +0000 |
commit | 31a687a6825a135a82cda5c950535f1d24de0359 (patch) | |
tree | 1f4f6c2ae5d58a455c5fb8d25127e94f247f2f5d | |
parent | f350727f991251cf3bdf90d45321bb31d01247ef (diff) | |
download | gnunet-gtk-31a687a6825a135a82cda5c950535f1d24de0359.tar.gz gnunet-gtk-31a687a6825a135a82cda5c950535f1d24de0359.zip |
remove unused const
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 33daed40..be3a5223 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -334,13 +334,6 @@ AC_DEFINE_DIR([PACKAGE_LOCALE_DIR], [rootdatadir/locale], [gettext catalogs]) | |||
334 | packagesrcdir=`cd $srcdir && pwd` | 334 | packagesrcdir=`cd $srcdir && pwd` |
335 | AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [source dir]) | 335 | AC_DEFINE_UNQUOTED(PACKAGE_SOURCE_DIR, "${packagesrcdir}", [source dir]) |
336 | 336 | ||
337 | # We define the paths here, because MinGW/GCC expands paths | ||
338 | # passed through the command line ("-DDATADIR=..."). This would | ||
339 | # lead to hard-coded paths ("C:\mingw\mingw\bin...") that do | ||
340 | # not contain the actual GNUnet installation. GNUnet usually lives in | ||
341 | # "C:\Program Files\GNU\GNUnet\bin". | ||
342 | AC_DEFINE_DIR([DATADIR], [rootdatadir/gnunet-gtk], [The directory for installing read-only architecture-independent data]) | ||
343 | |||
344 | AC_OUTPUT([ | 337 | AC_OUTPUT([ |
345 | Makefile | 338 | Makefile |
346 | doc/Makefile | 339 | doc/Makefile |