comparison configure.in @ 111359:57927f4ca500

* configure.in: Don't write a warning for D-Bus anymore.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 04 Nov 2010 17:00:35 +0100
parents 7df8e74a1096
children da3121d12212
comparison
equal deleted inserted replaced
111358:4cf33ba4068d 111359:57927f4ca500
3068 to run if these resources are not installed." 3068 to run if these resources are not installed."
3069 fi 3069 fi
3070 echo 3070 echo
3071 fi 3071 fi
3072 3072
3073 if test "$HAVE_DBUS" = yes && test "${opsys}" != "gnu-linux"; then
3074 echo "D-Bus integration has been tested for GNU/Linux only."
3075 echo
3076 fi
3077
3078 3073
3079 # Remove any trailing slashes in these variables. 3074 # Remove any trailing slashes in these variables.
3080 [test "${prefix}" != NONE && 3075 [test "${prefix}" != NONE &&
3081 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` 3076 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
3082 test "${exec_prefix}" != NONE && 3077 test "${exec_prefix}" != NONE &&