From: Alan T. DeKok Date: Mon, 11 Jun 2012 09:50:38 +0000 (+0200) Subject: Fix typo X-Git-Tag: release_3_0_0_beta0~182 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4e54ba807656edf4cf71def626f593204f3a214;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/scripts/jlibtool.c b/scripts/jlibtool.c index a17a8d65d16..dd9205ae18e 100644 --- a/scripts/jlibtool.c +++ b/scripts/jlibtool.c @@ -1790,7 +1790,7 @@ static void parse_args(int argc, char *argv[], command_t *cmd_data) if ((a == 1) && ((strncmp(arg, "LINK", 4) == 0) || (strcmp(arg, "CC") == 0) || - (strcmp(argv, "CXX") == 0))) { + (strcmp(arg, "CXX") == 0))) { base = NULL; break; }