mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
configure.ac: add --enable-cleanup which add EXIT_CLEANUP define, to ifdef code for testing with valgrind
Origin commit data
------------------
Commit: 1684a850f1
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-05-02 (Wed, 02 May 2012)
This commit is contained in:
@@ -114,6 +114,10 @@ if test "$enable_upnp" = "yes"; then
|
|||||||
AC_DEFINE(ENABLE_UPNP,1,[include UPNP support - currently broken])
|
AC_DEFINE(ENABLE_UPNP,1,[include UPNP support - currently broken])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_ARG_ENABLE(cleanup,
|
||||||
|
[ --enable-cleanup enable cleanup on exit],
|
||||||
|
[AC_DEFINE(EXIT_CLEANUP,1,[enable cleanup on exit])])
|
||||||
|
|
||||||
AC_CHECK_HEADERS(coolstream/nevis_ir.h)
|
AC_CHECK_HEADERS(coolstream/nevis_ir.h)
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user