Mesa (master): configure: s/--with-llvm-shared-libs/ --enable-llvm-shared-libs/

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Mar 4 14:09:47 UTC 2014


Module: Mesa
Branch: master
Commit: 3d7c8836a6076a5006763fb5fab7e7882e03659b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d7c8836a6076a5006763fb5fab7e7882e03659b

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Mar  4 14:07:10 2014 +0000

configure: s/--with-llvm-shared-libs/--enable-llvm-shared-libs/

`--enable-llvm-shared-libs` option was recently renamed as
`--with-llvm-shared-libs`, but several error messages still mention the
old option, causing confusing.

Trivial.

---

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d54cba3..af5f4c6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -611,7 +611,7 @@ AC_ARG_ENABLE([omx],
 AC_ARG_ENABLE([opencl],
    [AS_HELP_STRING([--enable-opencl],
          [enable OpenCL library NOTE: Enabling this option will also enable
-          --with-llvm-shared-libs
+          --enable-llvm-shared-libs
           @<:@default=no@:>@])],
    [],
    [enable_opencl=no])
@@ -1888,7 +1888,7 @@ if test "x$MESA_LLVM" != x0; then
 	can use the --with-llvm-prefix= configure flag to specify this directory.
 	NOTE: Mesa is attempting to use llvm shared libraries because you have
 	passed one of the following options to configure:
-		--with-llvm-shared-libs
+		--enable-llvm-shared-libs
 		--enable-opencl
 	If you do not want to build with llvm shared libraries and instead want to
 	use llvm static libraries then remove these options from your configure




More information about the mesa-commit mailing list