summaryrefslogtreecommitdiff
path: root/games-arcade/xgalaga/files/xgalaga-2.1.1.0-respect-AR.patch
blob: eedc9b24ce17ab5e870e73c6111dc3e66f418c86 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/configure.in
+++ b/configure.in
@@ -14,6 +14,7 @@ AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
 AC_PROG_RANLIB
+AM_PROG_AR
 
 AC_ARG_WITH(xpm-lib,[  --with-xpm-lib          Directory containing libXpm (may be autodetected)],xpm_lib=$withval)
 AC_ARG_WITH(sound,  [  --with-sound            Type of sound to use (native or nas)],sound_type=$withval)