summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authormdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-08-02 19:48:58 +0000
committermdankov <mdankov@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-08-02 19:48:58 +0000
commit4bda455ec15ac4c26a1b184392ed0d3a810f45ce (patch)
tree9e230e2e03e560ca6e0a4ea02a3c2ca4ebdbc563 /configure.in
parentf81c10ec80212c8eead33489be97b947c8d92c38 (diff)
downloadnavit-4bda455ec15ac4c26a1b184392ed0d3a810f45ce.tar.gz
Fix:core:Remove duplicate code imported with r5539. Refix the win* "Dollar S" announcement bug with already imported libintl implementations of the proper printf.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5554 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index d139d31e7..2361c4139 100644
--- a/configure.in
+++ b/configure.in
@@ -295,10 +295,6 @@ else
if test "x${win32}" != "xyes" -a "x${android}" != "xyes"; then
GLIB_LIBS="$GLIB_LIBS -lpthread"
fi
- if test "x${win32}" == "xyes"; then
- glib_use_own_printf=yes; glib_use_own_printf_reason="Win32/WinCE detected"
- AC_DEFINE(GLIB_USE_OWN_PRINTF, 1, [Undef to make internal glib use system printf implementation.])
- fi
fi
# gmodule
@@ -351,7 +347,6 @@ AC_SUBST(LIBNAVIT)
AM_CONDITIONAL(EVENT_GLIB, [test "x$glib" = "xyes"])
AM_CONDITIONAL(SUPPORT_GLIB, [test "x$glib" = "xno"])
-AM_CONDITIONAL(GLIB_USE_OWN_PRINTF, [test "x$glib_use_own_printf" = "xyes"])
AM_CONDITIONAL(SUPPORT_EZXML, [test "x$glib" = "xno"])
AC_CHECK_HEADER([sys/time.h],