From 965471e37858f9ccf925bcf0fc67947edcbaef12 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 9 Jul 2007 22:44:01 +0200 Subject: [PATCH] configure: We no longer need the shared library extension. --- configure | 8 -------- configure.ac | 5 ----- include/config.h.in | 3 --- 3 files changed, 16 deletions(-) diff --git a/configure b/configure index 3790365766d..c409e20574f 100755 --- a/configure +++ b/configure @@ -15377,14 +15377,6 @@ esac -cat >>confdefs.h <<_ACEOF -#define SONAME_EXT ".$LIBEXT" -_ACEOF - - - - - diff --git a/configure.ac b/configure.ac index 0240fee07ba..394d67145f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1138,11 +1138,6 @@ case $host_cpu in ;; esac -dnl **** Get the soname for libraries that we load dynamically **** - -AC_DEFINE_UNQUOTED(SONAME_EXT,[".$LIBEXT"],[Define to the file extension of shared libraries.]) - - dnl **** Check for functions **** AC_CHECK_FUNCS(\ diff --git a/include/config.h.in b/include/config.h.in index 807d3654061..9366a9f541d 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -957,9 +957,6 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* Define to the file extension of shared libraries. */ -#undef SONAME_EXT - /* Define to the soname of the libcapi20 library. */ #undef SONAME_LIBCAPI20 -- 2.11.4.GIT