configure: We no longer need the shared library extension.

This commit is contained in:
Alexandre Julliard 2007-07-09 22:44:01 +02:00
parent a851854a36
commit 965471e378
3 changed files with 0 additions and 16 deletions

8
configure vendored
View File

@ -15377,14 +15377,6 @@ esac
cat >>confdefs.h <<_ACEOF
#define SONAME_EXT ".$LIBEXT"
_ACEOF

View File

@ -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(\

View File

@ -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