Merge branch '2.4'

This commit is contained in:
Petri Lehtinen
2013-02-04 09:52:31 +02:00
6 changed files with 7 additions and 9 deletions

View File

@@ -22,8 +22,3 @@ libjansson_la_LDFLAGS = \
-no-undefined \
-export-symbols-regex '^json_' \
-version-info 8:0:4
if GCC
# These flags are gcc specific
AM_CFLAGS = -Wall -Wextra -Wdeclaration-after-statement -Werror
endif