diff options
Diffstat (limited to 'net/kdenetwork3/files/patch-configure')
-rw-r--r-- | net/kdenetwork3/files/patch-configure | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/kdenetwork3/files/patch-configure b/net/kdenetwork3/files/patch-configure index 0080bfe0e139..1777e1e0a39a 100644 --- a/net/kdenetwork3/files/patch-configure +++ b/net/kdenetwork3/files/patch-configure @@ -69,3 +69,24 @@ fi done +@@ -37996,20 +37996,7 @@ + echo $ECHO_N "(cached) $ECHO_C" >&6 + else + +- kde_cv_utmp_file=no +- +- for ac_file in \ +- \ +- /var/run/utmp \ +- /var/adm/utmp \ +- /etc/utmp \ +- ; \ +- do +- if test -r "$ac_file"; then +- kde_cv_utmp_file=$ac_file +- break +- fi +- done ++ kde_cv_utmp_file=/var/run/utmp + + fi
\ No newline at end of file |