diff options
author | Allan LeSage <allanlesage@gmail.com> | 2012-03-20 17:10:57 -0500 |
---|---|---|
committer | Allan LeSage <allanlesage@gmail.com> | 2012-03-20 17:10:57 -0500 |
commit | dcd64738bfb7a4060080526203fa68e9c176e48b (patch) | |
tree | e4e5425e12257d389991f85feb404e020e7638d4 | |
parent | 4700a77b61efa6bb089d019223177e47cdc5c3db (diff) | |
download | ayatana-indicator-messages-dcd64738bfb7a4060080526203fa68e9c176e48b.tar.gz ayatana-indicator-messages-dcd64738bfb7a4060080526203fa68e9c176e48b.tar.bz2 ayatana-indicator-messages-dcd64738bfb7a4060080526203fa68e9c176e48b.zip |
Tabs vs. spaces cosmetic change in configure.ac.
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 1690ad6..a429d17 100644 --- a/configure.ac +++ b/configure.ac @@ -59,8 +59,8 @@ AS_IF([test "x$with_gtk" = x3], indicator3-0.4 >= $INDICATOR_REQUIRED_VERSION indicate-0.7 >= $INDICATE_REQUIRED_VERSION dbusmenu-gtk3-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION - glib-2.0 >= $GLIB_REQUIRED_VERSION - gmodule-2.0 >= $GLIB_REQUIRED_VERSION) + glib-2.0 >= $GLIB_REQUIRED_VERSION + gmodule-2.0 >= $GLIB_REQUIRED_VERSION) ], [test "x$with_gtk" = x2], [PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION @@ -68,8 +68,8 @@ AS_IF([test "x$with_gtk" = x3], indicator-0.4 >= $INDICATOR_REQUIRED_VERSION indicate-0.7 >= $INDICATE_REQUIRED_VERSION dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION - glib-2.0 >= $GLIB_REQUIRED_VERSION - gmodule-2.0 >= $GLIB_REQUIRED_VERSION) + glib-2.0 >= $GLIB_REQUIRED_VERSION + gmodule-2.0 >= $GLIB_REQUIRED_VERSION) ], [AC_MSG_FAILURE([Value for --with-indicator-gtk was neither 2 nor 3])] ) |