about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 00f19e6..38bc6d5 100755
--- a/configure
+++ b/configure
@@ -39,6 +39,12 @@ case "$(uname)" in
 		config libtls
 		ldlibs -liconv -lresolv
 		;;
+	(Linux)
+		cflags -D_GNU_SOURCE
+		ldlibs -lresolv
+		config libtls
+		echo 'OBJS += compat.o'
+		;;
 	(*)
 		config libtls
 		;;