diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-07 09:04:45 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-07 09:04:45 +0300 |
commit | 0acc3300f14e7f961bc165f58e97d1f35164d781 (patch) | |
tree | 8742ce72972d62dc196cfda36e9bfd73c6c1402a /configure.ac | |
parent | e942fbfad420cf9e6e4ba7358380e1fec3d13952 (diff) |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |