[gnome-disk-utility] Fix typo when figuring out if remote access is enabled



commit 5ae8cab875da6ad487303218873258735b8c89e0
Author: David Zeuthen <davidz redhat com>
Date:   Wed Feb 24 11:29:43 2010 -0500

    Fix typo when figuring out if remote access is enabled
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index a0e4a8e..8236577 100644
--- a/configure.ac
+++ b/configure.ac
@@ -161,7 +161,7 @@ if test "x$enable_remote_access" != "xno"; then
    AC_DEFINE(HAVE_REMOTE_ACCESS, 1, [Defined if remote access is enabled])
    have_remote_access=yes
 fi
-AM_CONDITIONAL(HAVE_REMOTE_ACCESS, [test "have_remote_access" = "yes"])
+AM_CONDITIONAL(HAVE_REMOTE_ACCESS, [test "$have_remote_access" = "yes"])
 
 # *************
 # GNOME Keyring



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]