2017-06-15 Fred Gleason <fredg@paravelsystems.com>

* Added code so that the --enable-rdxport-debug' switch to 'configure'
	is carried through to the 'make rpm' target.
This commit is contained in:
Fred Gleason
2017-06-15 11:26:17 -04:00
parent 3b06f77c1e
commit 78fabe827d
3 changed files with 7 additions and 1 deletions

View File

@@ -248,6 +248,9 @@ AM_CONDITIONAL([DOCBOOK_AM], [test "$USING_DOCBOOK" = yes])
#
if test $RDXPORT_DEBUG_ENABLED ; then
AC_DEFINE(RDXPORT_DEBUG)
AC_SUBST(RDXPORTDEBUG,--enable-rdxport-debug)
else
AC_SUBST(RDXPORTDEBUG,"")
fi
#