summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compat.h2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index b2267d37..e9d2f159 100644
--- a/compat.h
+++ b/compat.h
@@ -190,7 +190,7 @@ typedef uint64_t u_int64_t;
#ifndef HAVE_CLOSEFROM
/* closefrom.c */
-void closefrom(int);
+void closefrom(int);
#endif
#ifndef HAVE_STRCASESTR
diff --git a/configure.ac b/configure.ac
index d66291f2..3692a521 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ AC_ARG_ENABLE(
)
if test "x$found_static" = xyes; then
LDFLAGS="$LDFLAGS -static"
- PKG_CONFIG="pkg-config --static"
+ test "x$PKG_CONFIG" != x && PKG_CONFIG="$PKG_CONFIG --static"
fi
# Is this gcc?