X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=fb19a9a96d1ca9793be927c57048248e14b2fe29;hb=04e2a40f5ba564a0b2398c2371268d8045073662;hp=a953b1421cd2611557e692fa8cd5522d3ba1bd00;hpb=a7039727c356ecb8f51819975da611b6629df4c4;p=lyx.git diff --git a/configure.ac b/configure.ac index a953b1421c..fb19a9a96d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,1.5.0svn,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,1.6.0svn,[lyx-devel@lists.lyx.org],[lyx]) AC_SUBST(LYX_DATE, ["Wed, Jun 27, 2007"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.cpp) @@ -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) @@ -393,7 +393,7 @@ int mkstemp(char*); * implements this with the help of libc, or whether it has own code * does not matter for us, because we don't use libc directly (Georg) */ -#if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && ! defined(__FREEBSD__) +#if defined(HAVE_WCHAR_T) && SIZEOF_WCHAR_T == 4 && !defined(__FreeBSD__) && !defined(__FreeBSD_kernel__) # define USE_WCHAR_T #endif