Skip to content

Commit

Permalink
Remove duplicate configure.ac fragment
Browse files Browse the repository at this point in the history
No need to do that twice

Signed-off-by: Pantelis Antoniou <[email protected]>
  • Loading branch information
pantoniou committed Aug 30, 2023
1 parent 6d53d81 commit 7a03b68
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ AC_SUBST(HAVE_STATIC)
AC_DEFINE_UNQUOTED([HAVE_STATIC], [$HAVE_STATIC], [Define to 1 if static linking is available])
AM_CONDITIONAL([HAVE_STATIC], [ test x$HAVE_STATIC = x1 ])

dnl for old autoconf version AX_APPEND_COMPILE_FLAGS does not work
m4_version_prereq(2.64,
[AX_APPEND_COMPILE_FLAGS([-Wall -Wsign-compare -Wno-stringop-overflow -fvisibility=hidden],
[CFLAGS], [-pedantic -Werror])],
[CFLAGS="$CFLAGS -Wall -Wsign-compare"])

dnl ASAN enable switch
AC_ARG_ENABLE([asan],
AS_HELP_STRING([--enable-asan],
Expand Down

0 comments on commit 7a03b68

Please sign in to comment.