changeset 48:ea960351de17

rogue5: DESTDIR is not needed in config.h.
author elwin
date Fri, 07 Oct 2011 22:26:51 +0000
parents 2a59cf36ae38
children 34d46b6113c7
files rogue5/configure.ac
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rogue5/configure.ac	Fri Oct 07 21:19:14 2011 +0000
+++ b/rogue5/configure.ac	Fri Oct 07 22:26:51 2011 +0000
@@ -162,7 +162,6 @@
 fi
 
 if test "x$DESTDIR" != "x" ; then
-AC_DEFINE_UNQUOTED([DESTDIR], ["$DESTDIR"], [Define to a chroot to install into])
 AC_MSG_RESULT([$DESTDIR])
 else
 AC_MSG_RESULT([disabled])