comparison configure.in @ 111449:132f2dfd549f

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Nov 2010 15:07:10 -0500
parents c16170026954 da3121d12212
children b678d49db641
comparison
equal deleted inserted replaced
111448:321fbae3e04d 111449:132f2dfd549f
3735 to run if these resources are not installed." 3735 to run if these resources are not installed."
3736 fi 3736 fi
3737 echo 3737 echo
3738 fi 3738 fi
3739 3739
3740 if test "$HAVE_DBUS" = yes && test "${opsys}" != "gnu-linux"; then
3741 echo "D-Bus integration has been tested for GNU/Linux only."
3742 echo
3743 fi
3744
3745 3740
3746 # Remove any trailing slashes in these variables. 3741 # Remove any trailing slashes in these variables.
3747 [test "${prefix}" != NONE && 3742 [test "${prefix}" != NONE &&
3748 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'` 3743 prefix=`echo "${prefix}" | sed 's,\([^/]\)/*$,\1,'`
3749 test "${exec_prefix}" != NONE && 3744 test "${exec_prefix}" != NONE &&