From fe54dd360c73388b88c4661a862eded2d54d62b3 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 7 Apr 2003 09:34:40 +0000 Subject: [PATCH] * configure.in: Avoid whitespace before preprocessor directive. --- configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 8665fefb6e7..2d788f1bb88 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ dnl To rebuild the `configure' script from this, execute the command dnl autoconf dnl in the directory containing this script. dnl -dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002 +dnl Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2003 dnl Free Software Foundation, Inc. dnl dnl This file is part of GNU Emacs. @@ -1880,8 +1880,7 @@ if test "${HAVE_X11}" = "yes"; then AC_DEFINE(HAVE_JPEG) AC_EGREP_CPP( changequote({, })dnl avoid leadingspace on the next line -{version= *(6[2-9]|[7-9][0-9])}, -changequote([, ])dnl +{version= *(6[2-9]|[7-9][0-9])}changequote([, ]), [#include version=JPEG_LIB_VERSION ], -- 2.39.5