]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.in: Avoid whitespace before preprocessor directive.
authorAndreas Schwab <schwab@suse.de>
Mon, 7 Apr 2003 09:34:40 +0000 (09:34 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 7 Apr 2003 09:34:40 +0000 (09:34 +0000)
configure.in

index 8665fefb6e7d3ab9faab3166ab3ff04355a3435e..2d788f1bb88299407490c4fe47f62148430060a0 100644 (file)
@@ -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 <jpeglib.h>
         version=JPEG_LIB_VERSION
 ],