From add0bcc4c9191cb8980d0b6935ca5d51a9928d82 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Mon, 30 Nov 2009 21:24:21 +0000 Subject: Trim trailing space & reduce space+tab. --- m4/getopt_long.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'm4/getopt_long.m4') diff --git a/m4/getopt_long.m4 b/m4/getopt_long.m4 index 39f41ffc2..59e9d8148 100644 --- a/m4/getopt_long.m4 +++ b/m4/getopt_long.m4 @@ -19,13 +19,13 @@ int main (int argc, char **argv) { int option_index = 0; int c; opterr = 0; - while ((c = getopt_long (argc, argv, "?hv", + while ((c = getopt_long (argc, argv, "?hv", long_options, &option_index)) != EOF) ; return 0; } ]])], - [AC_MSG_RESULT(yes); + [AC_MSG_RESULT(yes); ac_getopt_long=yes; AC_DEFINE(HAVE_GETOPT_LONG,,[Define this if you have GNU getopt_long() implemented])], [AC_MSG_RESULT(no); ac_getopt_long=no], -- cgit v1.2.3