Skip to content

Commit

Permalink
Fix bootstrap warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Jan 15, 2025
1 parent 2fd8bef commit 2f52d6f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
AC_INIT([mod_maxminddb], [1.2.0], [support@maxmind.com])
AC_ARG_WITH(apxs, AC_HELP_STRING([--with-apxs=NAME],
[name of your apxs executable [[apxs]]]),
AC_INIT([mod_maxminddb],[1.2.0],[support@maxmind.com])
AC_ARG_WITH(apxs, AS_HELP_STRING([--with-apxs=NAME],[name of your apxs executable [[apxs]]]),
[APXS="$with_apxs"])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE
AC_PROG_CC_C99
AC_PROG_CC

# Copied from http://stackoverflow.com/a/10682813/9832 and tweaked for C (as
# opposed to C++)
Expand Down

0 comments on commit 2f52d6f

Please sign in to comment.