[Mesa-dev] [PATCH 06/12] configure.ac: remove unused IMP_LIB_EXT

Emil Velikov emil.l.velikov at gmail.com
Wed Oct 31 13:29:58 UTC 2018


From: Emil Velikov <emil.velikov at collabora.com>

It was needed for a LLVM workaround that is no longer around.

Signed-off-by: Emil Velikov <emil.velikov at 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



More information about the mesa-dev mailing list