Commit 965471e3 authored by Alexandre Julliard's avatar Alexandre Julliard

configure: We no longer need the shared library extension.

parent a851854a
...@@ -15377,14 +15377,6 @@ esac ...@@ -15377,14 +15377,6 @@ esac
cat >>confdefs.h <<_ACEOF
#define SONAME_EXT ".$LIBEXT"
_ACEOF
......
...@@ -1138,11 +1138,6 @@ case $host_cpu in ...@@ -1138,11 +1138,6 @@ case $host_cpu in
;; ;;
esac 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 **** dnl **** Check for functions ****
AC_CHECK_FUNCS(\ AC_CHECK_FUNCS(\
......
...@@ -957,9 +957,6 @@ ...@@ -957,9 +957,6 @@
/* Define to the version of this package. */ /* Define to the version of this package. */
#undef PACKAGE_VERSION #undef PACKAGE_VERSION
/* Define to the file extension of shared libraries. */
#undef SONAME_EXT
/* Define to the soname of the libcapi20 library. */ /* Define to the soname of the libcapi20 library. */
#undef SONAME_LIBCAPI20 #undef SONAME_LIBCAPI20
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment