summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-09-02 17:00:05 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-09-02 18:33:36 +0200
commitc59df16d1dec57c55c775a5b631445339f749282 (patch)
tree1db4b26b8d332951ef923b600adb6354ba043c4b /configure.ac
parent513d65fee8e487e347ce7b870cd8da360205619d (diff)
downloadlibxml2-c59df16d1dec57c55c775a5b631445339f749282.tar.gz
Always link with -no-undefined
This is a good idea to detect errors early.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index efd164eb..7dbef1b9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -532,7 +532,6 @@ case "$host" in
if test "$with_http" != "no" || test "$with_ftp" != "no"; then
WINSOCK_LIBS="-lws2_32"
fi
- AM_LDFLAGS="$AM_LDFLAGS -no-undefined"
if test "${PYTHON}" != ""
then
case "$host" in
@@ -546,7 +545,6 @@ case "$host" in
fi
;;
*-*-cygwin*)
- AM_LDFLAGS="$AM_LDFLAGS -no-undefined"
if test "${PYTHON}" != ""
then
EXTRA_PYTHON_LIBADD="-L/usr/lib/python${PYTHON_VERSION}/config -lpython${PYTHON_VERSION}"