configure.ac: Remove redundant check for gio-unix-2.0.
authorMatthew Barnes <mbarnes@redhat.com>
Fri, 3 Aug 2012 02:27:47 +0000 (22:27 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Fri, 3 Aug 2012 02:29:03 +0000 (22:29 -0400)
configure.ac

index 06df07b..002ab8e 100644 (file)
@@ -381,10 +381,6 @@ if `$PKG_CONFIG --atleast-version=3.5 goa-1.0`; then
        AC_DEFINE(HAVE_GOA_PASSWORD_BASED,1,[Have GoaPasswordBased in goa-1.0])
 fi
 
-if test x$os_win32 = xno; then
-       PKG_CHECK_MODULES(GIO_UNIX, [gio-unix-2.0])
-fi
-
 dnl ***********************************
 dnl Check for GNOME Keyring.
 dnl ***********************************