# HG changeset patch # User John Bailey # Date 1270312742 0 # Node ID ba2b9a097da94236b8029fa92912f6f25276445a # Parent 674d1b0272a7c9053897ba83575541ecf139db0c I hate seeing people use "it's" when "its" is the correct word. diff -r 674d1b0272a7 -r ba2b9a097da9 configure.ac --- a/configure.ac Sat Apr 03 06:07:04 2010 +0000 +++ b/configure.ac Sat Apr 03 16:39:02 2010 +0000 @@ -1463,7 +1463,7 @@ done if test -z $DBUS_SERVICES_DIR ; then - AC_MSG_ERROR([D-Bus services directory was not found! Please use --with-dbus-services and specify it's location.]) + AC_MSG_ERROR([D-Bus services directory was not found! Please use --with-dbus-services and specify its location.]) fi else DBUS_SERVICES_DIR="$datadir/dbus-1/services"