- acinclude.m4: remove unused --enable-tmsdk switch; ...

There's so much more unused and outdated stuff :/
This commit is contained in:
svenhoefer
2017-03-16 20:20:47 +01:00
parent f974b56343
commit 93e22163e9
2 changed files with 1 additions and 9 deletions

View File

@@ -21,11 +21,6 @@ if test "$DEBUG" = "yes"; then
AC_DEFINE(DEBUG,1,[Enable debug messages])
fi
AC_ARG_ENABLE(tmsdk,
AS_HELP_STRING(--enable-tmsdk, compile inside sdk),
,[enable_tmsdk=no])
AM_CONDITIONAL(ENABLE_TMSDK,test "$enable_tmsdk" = "yes")
AC_MSG_CHECKING(target)
if test "$TARGET" = "native"; then