diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure index 3309d82..57d878a 100755 --- a/configure +++ b/configure @@ -36,6 +36,7 @@ case "$(uname)" in ;; (Linux) cflags -D_GNU_SOURCE -DDECLARE_RPP + ldlibs -lresolv config libtls echo 'OBJS += compat.o' ;; |