configure.ac: fix whitespace character

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19311 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-08-05 00:00:19 +00:00
parent cbc5b72004
commit afa11e7b05

View File

@ -226,7 +226,7 @@ if echo $prefix |grep ' ' >/dev/null 2>/dev/null ; then
fi
### Setup GNU gettext
dnl GNU gettext is written in C
dnl GNU gettext is written in C
AC_LANG_PUSH(C)
AM_GNU_GETTEXT
AC_LANG_POP(C)