bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libexpat dependency


From: Rolandas
Subject: libexpat dependency
Date: Thu, 27 Mar 2008 14:45:39 +0200

Hello,

Fix x-glade.c for Win32/MinGW compilation, since xgettext.exe reports
"This version was built without expat" when using "glade" language,
even if the source was configured with "--with-libexpat-prefix":

#if DYNLOAD_LIBEXPAT
# include <dlfcn.h>
#endif

#if HAVE_LIBEXPAT
#  include <expat.h>
#endif

Cheers.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]