From 7a648a2c87756f1452d93c6f153898e7709f29bf Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 14 Mar 2006 19:17:14 +0000 Subject: Detect the presence of 'windres' properly Subversion-branch: /trunk/chocolate-doom Subversion-revision: 418 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 585a7e65..5c1b04d7 100644 --- a/configure.in +++ b/configure.in @@ -28,7 +28,7 @@ AC_CHECK_LIB(SDL_net,SDLNet_UDP_Send,[ ],echo "*** Compiling without SDL_net installed probably won't work" ,$SDL_LIBS $SDLNET_LIBS) -AM_CONDITIONAL(HAVE_WINDRES, which windres > /dev/null) +AM_CONDITIONAL(HAVE_WINDRES, windres > /dev/null) AM_INIT_AUTOMAKE(AC_PACKAGE_TARNAME,AC_PACKAGE_VERSION) -- cgit v1.2.3