autotools: fix syntax error

Acked-by: Oliver Hartkopp <socketcan@hartkopp.net>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
Yegor Yefremov
2015-09-03 17:24:21 +02:00
parent f0abaaacb0
commit 636ce43cd9
+1 -1
View File
@@ -20,7 +20,7 @@ AC_PROG_CC
LT_INIT(win32-dll) LT_INIT(win32-dll)
AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2]) AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]])) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# #
# Checks for header files. # Checks for header files.