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>
pull/6/merge
Yegor Yefremov 2015-08-07 18:03:37 +02:00
parent f0abaaacb0
commit 636ce43cd9
1 changed files with 1 additions and 1 deletions

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.