linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] Tiny patch for --disable-glib


From: Florian Echtler
Subject: [Linphone-developers] Tiny patch for --disable-glib
Date: Sat, 16 Jul 2005 00:09:04 +0200 (CEST)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello everyone, I'm currently building a console-only linphone
package for a headless server. I noticed that when --disable-glib
is given to configure, coreapi/linphonecore.h still includes 
libintl.h (which is possibly not present without glib).

- -#include <libintl.h>
+//#include <libintl.h>
 #ifndef _
- -#define _(String) gettext(String)
+#define _(String) String
 #endif

This tiny patch solved the problem for me, but perhaps it should
better be integrated into the following HAVE_GLIB part.

Just my 2 cents,
Yours, Florian

P.S. I haven't subscribed to the list, so please CC me if you answer.
- -- 
Preserve wildlife - pickle a squirrel today!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFC2DQE7CzyshGvatgRAuKpAKDLwTDC3+hVjv+h871gUouJPXZ3nQCeM3pj
y88cArI9DxsqmSfxE77jqnA=
=BD78
-----END PGP SIGNATURE-----




reply via email to

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