Alexandre Julliard : configure: We no longer need the shared library extension.
Module: wine Branch: master Commit: 965471e37858f9ccf925bcf0fc67947edcbaef12 URL: http://source.winehq.org/git/wine.git/?a=commit;h=965471e37858f9ccf925bcf0fc... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jul 9 22:44:01 2007 +0200 configure: We no longer need the shared library extension. --- configure | 8 -------- configure.ac | 5 ----- include/config.h.in | 3 --- 3 files changed, 0 insertions(+), 16 deletions(-) diff --git a/configure b/configure index 3790365..c409e20 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 0240fee..394d671 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 807d365..9366a9f 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
participants (1)
-
Alexandre Julliard