diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-11-06 11:31:56 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2010-11-06 11:31:56 +0100 |
commit | 4abfb7532c948b4c8305e7590b95f8a512fea6d3 (patch) | |
tree | baff8fad238d9c980779b89efbe145c263ae11a8 /configure | |
parent | 80417b95f4367986efcf91dbe3113d37fe25d981 (diff) | |
download | emacs-4abfb7532c948b4c8305e7590b95f8a512fea6d3.tar.gz |
configure.in: Fix indentation
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index 3e3f91d4537..183b8d1f766 100755 --- a/configure +++ b/configure @@ -14986,7 +14986,7 @@ echo " Does Emacs use -lgpm? ${HAVE_GPM}" echo " Does Emacs use -ldbus? ${HAVE_DBUS}" echo " Does Emacs use -lgconf? ${HAVE_GCONF}" echo " Does Emacs use -lselinux? ${HAVE_LIBSELINUX}" -echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" +echo " Does Emacs use -lgnutls? ${HAVE_GNUTLS}" echo " Does Emacs use -lxml2? ${HAVE_LIBXML2}" echo " Does Emacs use -lfreetype? ${HAVE_FREETYPE}" |