comparison configure.ac @ 14604:1e1bcb4a6d82

[gaim-migrate @ 17332] Update the Help dialog in the GTK+ UI to properly show that an internal libgadu is being used on !win32. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 21 Sep 2006 03:07:04 +0000
parents d44c87d17b19
children d347b09626ee
comparison
equal deleted inserted replaced
14603:f63d095dc421 14604:1e1bcb4a6d82
650 gadu_libs=no 650 gadu_libs=no
651 ]) 651 ])
652 CPPFLAGS="$CPPFLAGS_save" 652 CPPFLAGS="$CPPFLAGS_save"
653 fi 653 fi
654 654
655 AM_CONDITIONAL(USE_INTERNAL_LIBGG, test "x$gadu_libs" != "xyes") 655 AM_CONDITIONAL(USE_INTERNAL_LIBGADU, test "x$gadu_libs" != "xyes")
656 656
657 AC_SUBST(GADU_LIBS) 657 AC_SUBST(GADU_LIBS)
658 AC_SUBST(GADU_CFLAGS) 658 AC_SUBST(GADU_CFLAGS)
659 659
660 660