diff --git a/configure.ac b/configure.ac index 9ac0af5d3..237153720 100644 --- a/configure.ac +++ b/configure.ac @@ -145,6 +145,9 @@ AM_CONDITIONAL(HAVE_GOBJECT, $have_gobject) dnl =========================================================================== have_ucdn=true +if $have_glib; then + have_ucdn=false +fi if $have_ucdn; then AC_DEFINE(HAVE_UCDN, 1, [Have UCDN Unicode functions]) fi