X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=configure.in;h=f6f4f81e5136cc0f0ba486f9e90fdac15c11f847;hb=59fb8163fff0941358976353d6f98a7156e593f2;hp=ae8f041942d3644874d53aff31c0a96801cc533c;hpb=78032a78185e751a0bf0b77863f23d005359205f;p=userv.git diff --git a/configure.in b/configure.in index ae8f041..f6f4f81 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ # userv - configure.in -# -# Copyright (C)1996-1997,1999 Ian Jackson +# +# Copyright (C)1996-1997,1999-2000,2003 Ian Jackson # # This is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -41,6 +41,7 @@ AC_ARG_ENABLE(debug, AC_PROG_CC AC_PROG_CPP AC_PROG_INSTALL +AC_CHECK_PROGS(MD5SUM_SIMPLE, md5sum md5 gmd5sum) CFLAGS="$CFLAGS -D_GNU_SOURCE"