aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index a81c7eb9..63403738 100755
--- a/configure
+++ b/configure
@@ -303,6 +303,9 @@ do
--ldflags)
LDFLAGS="$value"
;;
+ --add-ldflags)
+ LDFLAGS="$LDFLAGS $value"
+ ;;
--c-compiler)
CC="$value"
;;