X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=e569ee07f2dd296d8b4aa147929e8055f31efe15;hb=5f64c28551d7ee7dbecf5215cb75d63c3cf8303b;hp=0662eb66d973ce9bbdce3c8e57f4a4251b28030d;hpb=3dd4a2ae39a83f269272ee51698fc9d4e333bcd1;p=libserialport.git diff --git a/configure.ac b/configure.ac index 0662eb6..e569ee0 100644 --- a/configure.ac +++ b/configure.ac @@ -42,9 +42,6 @@ AM_INIT_AUTOMAKE([1.11 -Wall -Werror check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) m4_ifdef([AM_PROG_AR], [AM_PROG_AR]) -# Enable more compiler warnings. -CFLAGS="$CFLAGS -std=c99 -Wall -Wextra -pedantic -Wmissing-prototypes -Wshadow" - # Checks for programs. AC_PROG_CC AC_PROG_CPP @@ -89,7 +86,6 @@ case $host_os in AM_CONDITIONAL([WIN32], false) AM_CONDITIONAL([MACOSX], true) AM_CONDITIONAL([FREEBSD], false) - LDFLAGS="$LDFLAGS -Wl,-framework -Wl,IOKit -Wl,-framework -Wl,CoreFoundation" AC_CHECK_HEADER(IOKit/IOKitLib.h, [], [AC_MSG_ERROR([IOKit/IOKitLib.h not found])]) ;; mingw* | cygwin*)