diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7f1417c..8611cb0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,7 +37,7 @@ ifeq ($(cross_linkable),yes) endif # Detect if the user wants KDB -ifeq ($(filter -DMACH_KDB,@DEFS@),-DMACH_KDB) +ifeq ($(findstring -DMACH_KDB,@DEFS@),-DMACH_KDB) enable_kdb=yes else enable_kdb=no |