Skip to content

Commit 4227f12

Browse files
committed
Remove useless configure checks
1 parent 0b40062 commit 4227f12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure.ac

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ AC_INIT([libmodbus],
2929
[http://libmodbus.org/])
3030
AC_CONFIG_SRCDIR([src/modbus.c])
3131
AC_CONFIG_AUX_DIR([build-aux])
32-
AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax subdir-objects])
32+
AM_INIT_AUTOMAKE([check-news foreign 1.11 silent-rules tar-pax subdir-objects])
3333
AC_PROG_CC
3434
AC_USE_SYSTEM_EXTENSIONS
3535
AC_SYS_LARGEFILE
@@ -147,7 +147,6 @@ AC_CHECK_DECLS([TIOCSRS485], [], [], [[#include <sys/ioctl.h>]])
147147
# Check for RTS flags
148148
AC_CHECK_DECLS([TIOCM_RTS], [], [], [[#include <sys/ioctl.h>]])
149149

150-
# Wtype-limits is not supported by gcc 4.2 (default on recent Mac OS X)
151150
WARNING_CFLAGS="-Wall \
152151
-Wmissing-declarations -Wmissing-prototypes \
153152
-Wnested-externs -Wpointer-arith \

0 commit comments

Comments
 (0)