Skip to content

Commit

Permalink
remove more compiler stuff from configure.ac
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Jul 14, 2024
1 parent 578ec99 commit e9220ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ AM_INIT_AUTOMAKE([dist-bzip2 foreign no-define tar-pax])
# are still in use. So don't use them unconditionally.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])

AC_USE_SYSTEM_EXTENSIONS
AC_SYS_LARGEFILE

AC_PATH_PROG(MSGFMT, msgfmt, AC_MSG_ERROR(Could not find msgfmt))
Expand All @@ -16,10 +15,8 @@ AC_ARG_WITH(debug,
AS_HELP_STRING([--without-debug],[disable debugging code]),
[with_debug="$withval"],[with_debug="yes"])
if test "$with_debug" = "yes"; then
DEBUG_CFLAGS="-ggdb3"
AC_DEFINE([DEBUG],[1],[Define to 1 to enable debugging code])
fi
AC_SUBST(DEBUG_CFLAGS)

AC_ARG_WITH(po,
AS_HELP_STRING([--with-po],[enable updating of po files]),
Expand Down

0 comments on commit e9220ef

Please sign in to comment.