From: Todd C. Miller Date: Mon, 16 May 1994 22:56:49 +0000 (+0000) Subject: took out extra ',' X-Git-Tag: SUDO_1_3_1~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6f0ae579a5fc9bba8063a918d4c45b9069bc5ce;p=sudo took out extra ',' --- diff --git a/aclocal.m4 b/aclocal.m4 index 89d8d5578..3db6c78e0 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -163,6 +163,6 @@ $0], [AC_HEADER_EGREP])AC_BEFORE([$0], [AC_TEST_CPP])AC_PROGRAM_EGREP(yes, #ifdef sgi yes #endif -], AC_DEFINE(_BSD_COMPAT), [$1], [$2]) +], AC_DEFINE(_BSD_COMPAT) [$1], [$2]) ])dnl dnl