From 56860b7f72c444eed5923e11d735b85b630a171d Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Thu, 23 Aug 2012 14:00:16 +0200 Subject: configure.ac: Fix bogus comma, and fix up spacing * Fixes a mistake in the previous commit https://bugs.freedesktop.org/show_bug.cgi?id=53706 --- configure.ac | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 862e2c0..5b65a93 100644 --- a/configure.ac +++ b/configure.ac @@ -75,11 +75,11 @@ if test "$os_unix" = "yes"; then AC_CHECK_DECLS([program_invocation_short_name]) AC_MSG_CHECKING([whether program_invocation_short_name is available]) AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include ]], - [[program_invocation_short_name = "test";]])], - [AC_DEFINE([HAVE_PROGRAM_INVOCATION_SHORT_NAME], [1], - [Whether program_invocation_short_name available]), - AC_MSG_RESULT([yes])], - [AC_MSG_RESULT([no])]) + [[program_invocation_short_name = "test";]])], + [AC_DEFINE([HAVE_PROGRAM_INVOCATION_SHORT_NAME], [1], + [Whether program_invocation_short_name available]) + AC_MSG_RESULT([yes])], + [AC_MSG_RESULT([no])]) AC_CHECK_DECLS([__progname]) AC_LINK_IFELSE([AC_LANG_SOURCE([extern char *__progname; void main() { }])], [AC_DEFINE(HAVE___PROGNAME, [1], [Whether __progname available])]) -- cgit v1.1