configure.ac: fix whitespace character

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19310 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-08-04 23:56:38 +00:00
parent 3790dc945b
commit 47c1a1ec2a

View File

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