From: Emil Velikov <emil.veli...@collabora.com> It was needed for a LLVM workaround that is no longer around.
Signed-off-by: Emil Velikov <emil.veli...@collabora.com> --- configure.ac | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure.ac b/configure.ac index 7a1ae058b5f..8f0557cef2b 100644 --- a/configure.ac +++ b/configure.ac @@ -756,25 +756,18 @@ dnl dnl LIB_EXT is the extension used when creating symlinks for alternate dnl filenames for a shared library which will be dynamically loaded dnl -dnl IMP_LIB_EXT is the extension used when checking for the presence of a -dnl the file for a shared library we wish to link with -dnl case "$host_os" in darwin* ) LIB_EXT='dylib' - IMP_LIB_EXT=$LIB_EXT ;; cygwin* ) LIB_EXT='dll' - IMP_LIB_EXT='dll.a' ;; aix* ) LIB_EXT='a' - IMP_LIB_EXT=$LIB_EXT ;; * ) LIB_EXT='so' - IMP_LIB_EXT=$LIB_EXT ;; esac -- 2.19.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev