From 0acc3300f14e7f961bc165f58e97d1f35164d781 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 7 Aug 2014 09:04:45 +0300 Subject: If dev-install is obsolete, why have it at all? Replace mentions of it in a few (dcumentation) places with test-install. Change-Id: I6fc8e58fa5813b05de16feec35215c83e0e45834 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3aadd12fa02b..17c8d3fded6b 100644 --- a/configure.ac +++ b/configure.ac @@ -9868,7 +9868,7 @@ if test "$_os" = "WINNT" -a "$cross_compiling" != "yes"; then if test "$WITH_MINGW" = "yes"; then AC_PATH_PROG([UUIDGEN], [uuid]) if test -z "$UUIDGEN"; then - AC_MSG_WARN([uuid is needed for dev-install]) + AC_MSG_WARN([uuid is needed for test-install]) fi else # presence is already tested above in the WINDOWS_SDK_HOME check @@ -9878,7 +9878,7 @@ if test "$_os" = "WINNT" -a "$cross_compiling" != "yes"; then else AC_PATH_PROG([UUIDGEN], [uuidgen]) if test -z "$UUIDGEN"; then - AC_MSG_WARN([uuid is needed for dev-install]) + AC_MSG_WARN([uuid is needed for test-install]) fi fi -- cgit