diff options
Diffstat (limited to 'x11/fast-user-switch-applet/files/patch-configure')
-rw-r--r-- | x11/fast-user-switch-applet/files/patch-configure | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/fast-user-switch-applet/files/patch-configure b/x11/fast-user-switch-applet/files/patch-configure index 02e44c5a4..76ab147fa 100644 --- a/x11/fast-user-switch-applet/files/patch-configure +++ b/x11/fast-user-switch-applet/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue Feb 28 00:41:31 2006 -+++ configure Tue Feb 28 00:41:45 2006 -@@ -23079,7 +23079,7 @@ if test "${with_users_admin+set}" = set; +--- configure.orig Mon Mar 13 20:00:33 2006 ++++ configure Mon Mar 13 20:01:06 2006 +@@ -22015,7 +22015,7 @@ if test "${with_users_admin+set}" = set; users_admin_cmd="$withval" fi; @@ -9,7 +9,7 @@ # Extract the first word of "users-admin", so it can be a program name with args. set dummy users-admin; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 -@@ -23119,7 +23119,7 @@ else +@@ -22055,7 +22055,7 @@ else echo "${ECHO_T}no" >&6 fi @@ -18,7 +18,7 @@ users_admin_cmd="disabled" else users_admin_cmd="$users_admin" -@@ -23159,7 +23159,7 @@ if test "${with_gdm_setup+set}" = set; t +@@ -22095,7 +22095,7 @@ if test "${with_gdm_setup+set}" = set; t gdm_setup_cmd="$withval" fi; @@ -27,7 +27,7 @@ # Extract the first word of "gdmsetup", so it can be a program name with args. set dummy gdmsetup; ac_word=$2 echo "$as_me:$LINENO: checking for $ac_word" >&5 -@@ -23199,13 +23199,13 @@ else +@@ -22135,13 +22135,13 @@ else echo "${ECHO_T}no" >&6 fi @@ -43,12 +43,12 @@ echo "$as_me:$LINENO: result: disabling login screen setup command" >&5 echo "${ECHO_T}disabling login screen setup command" >&6 gdm_setup= -@@ -23239,7 +23239,7 @@ if test "${with_gdm_config+set}" = set; +@@ -22175,7 +22175,7 @@ if test "${with_gdm_config+set}" = set; gdmconfigfile="$withval" fi; -if test "x$gdmconfigfile" == "x" -o "x$gdmconfigfile" == "xno"; then +if test "x$gdmconfigfile" = "x" -o "x$gdmconfigfile" = "xno"; then - echo "$as_me:$LINENO: checking for gdm.conf" >&5 - echo $ECHO_N "checking for gdm.conf... $ECHO_C" >&6 + echo "$as_me:$LINENO: checking for GDM configuration file" >&5 + echo $ECHO_N "checking for GDM configuration file... $ECHO_C" >&6 |