configure.ac: remove deprecated --with-libclc-path
authorEmil Velikov <emil.l.velikov@gmail.com>
Wed, 1 Apr 2015 16:46:09 +0000 (17:46 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 12 Apr 2015 22:12:03 +0000 (23:12 +0100)
The option was deprecated with commit 959e83d6507(clover: Adapt libclc's
INCLUDEDIR and LIBEXECDIR to make use of the new introduced libclc.pc.)
back in 2012 with mesa 9.2.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
configure.ac

index 4ed4b744f783eb502e9fc3019a21ad923f42a9e2..a40cc20ff8d0e8ceef6ab23655fceb4f66a18101 100644 (file)
@@ -1656,19 +1656,6 @@ dnl
 dnl OpenCL configuration
 dnl
 
-AC_ARG_WITH([libclc-path],
-   [AS_HELP_STRING([--with-libclc-path],
-         [DEPRECATED: See http://dri.freedesktop.org/wiki/GalliumCompute#How_to_Install])],
-   [LIBCLC_PATH="$withval"],
-   [LIBCLC_PATH=''])
-
-if test -n "$LIBCLC_PATH"; then
-   AC_MSG_ERROR([The --with-libclc-path option has been deprecated.
-                  Please review the updated build instructions for clover:
-                 http://dri.freedesktop.org/wiki/GalliumCompute])
-fi
-
-
 AC_ARG_WITH([clang-libdir],
    [AS_HELP_STRING([--with-clang-libdir],
          [Path to Clang libraries @<:@default=llvm-config --libdir@:>@])],