assdraw: fix some derp in the configure script

Originally committed to SVN as r6848.
This commit is contained in:
Thomas Goyne 2012-05-24 01:55:36 +00:00
parent 86674614a4
commit 5dd13ea811
1 changed files with 2 additions and 8 deletions

View File

@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([src/engine.cpp])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([foreign])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
####################
# Check for programs
@ -18,8 +18,7 @@ AC_PROG_CXX
AC_LANG(C++)
AC_PROG_LIBTOOL
AC_PROG_INSTALL
#PKG_PROG_PKG_CONFIG([0.20])
PKG_PROG_PKG_CONFIG([0.20])
#################
# Developers only
@ -51,11 +50,6 @@ fi
# Checks for header files.
# Checks for typedefs, structures, and compiler characteristics.
AC_HEADER_STDBOOL
AC_C_CONST
AC_C_INLINE
AC_TYPE_SIZE_T
AM_OPTIONS_WXCONFIG
AM_PATH_WXCONFIG(2.8.1, [have_wxconfig=1], [have_wxconfig=0], [std,gl,stc])