configure.ac: fix whitespace character

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@19314 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-08-05 00:10:43 +00:00
parent e901487ed8
commit 4ca8aa58e1

View File

@ -227,7 +227,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)