diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index f4f9b6563..1ff889dbc 100644 --- a/configure.ac +++ b/configure.ac @@ -2914,19 +2914,6 @@ mv -f libtool.tmp libtool chmod +x libtool dnl --------------------------------------------- -dnl Libtool flag for Windows: -dnl -dnl The "-no-undefined" flag must be added after all other -dnl configure checks, because it is only for libtool and -dnl must not be passed to GCC by accident. -dnl --------------------------------------------- -case "$host_os" in - mingw* | cygwin*) - LDFLAGS="-no-undefined $LDFLAGS" - ;; -esac - -dnl --------------------------------------------- dnl Some infos: dnl --------------------------------------------- |