Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Fix UiaAtkBridge/configure.ac macro typo
Browse files Browse the repository at this point in the history
  • Loading branch information
decriptor committed Sep 1, 2010
1 parent 37ddfa3 commit 8c8c2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UiaAtkBridge/configure.ac
Expand Up @@ -90,7 +90,7 @@ fi
PKG_CHECK_MODULES([GLIB_SHARP_20], [glib-sharp-2.0 >= 2.12.8])
PKG_CHECK_MODULES([GTK_SHARP_20], [gtk-sharp-2.0 >= 2.12.10])

PKG_CHECK_MODULES(GTK_SHARP_2.12_10, gtk-sharp-2.0 >= 2.12.10, [last_gtk_sharp=yes], [last_gtk_sharp=no])
PKG_CHECK_MODULES(GTK_SHARP_2_12_10, gtk-sharp-2.0 >= 2.12.10, [last_gtk_sharp=yes], [last_gtk_sharp=no])
AM_CONDITIONAL(HAVE_OLD_ATK_SHARP, test x$last_gtk_sharp = xno)

PKG_CHECK_MODULES([MONO_UIA], [mono-uia >= 2.1])
Expand Down

0 comments on commit 8c8c2ae

Please sign in to comment.