summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Howard2006-03-14 19:17:14 +0000
committerSimon Howard2006-03-14 19:17:14 +0000
commit7a648a2c87756f1452d93c6f153898e7709f29bf (patch)
treefd0a39bffcd46630ae0f0187182eaa176fcfc65d /configure.in
parentb73f2d5ba8bc0e86b574aa8d82226b0977e07b68 (diff)
downloadchocolate-doom-7a648a2c87756f1452d93c6f153898e7709f29bf.tar.gz
chocolate-doom-7a648a2c87756f1452d93c6f153898e7709f29bf.tar.bz2
chocolate-doom-7a648a2c87756f1452d93c6f153898e7709f29bf.zip
Detect the presence of 'windres' properly
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 418
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)