rogue5: DESTDIR is not needed in config.h.

This commit is contained in:
John "Elwin" Edwards 2011-10-07 22:26:51 +00:00
parent b5102d4a76
commit 2f9a559716

View file

@ -162,7 +162,6 @@ DESTDIR=$enable_destdir
fi fi
if test "x$DESTDIR" != "x" ; then if test "x$DESTDIR" != "x" ; then
AC_DEFINE_UNQUOTED([DESTDIR], ["$DESTDIR"], [Define to a chroot to install into])
AC_MSG_RESULT([$DESTDIR]) AC_MSG_RESULT([$DESTDIR])
else else
AC_MSG_RESULT([disabled]) AC_MSG_RESULT([disabled])