aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2018-12-22 11:03:31 +0100
committerGitHub <noreply@github.com>2018-12-22 11:03:31 +0100
commit3b555b459cc989a2ff7050c8ba4189a2a4192ba6 (patch)
tree5c5a7f515eebb1a2b485800d0129edb9de449487
parentMerge branch 'master' into portable (diff)
parentfix cross compilation (diff)
downloadOpenSMTPD-3b555b459cc989a2ff7050c8ba4189a2a4192ba6.tar.xz
OpenSMTPD-3b555b459cc989a2ff7050c8ba4189a2a4192ba6.zip
Merge pull request #895 from AlexandreFournier/portable
fix cross compilation
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 30275c29..7856318d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1363,6 +1363,9 @@ exit(-1);
],
[
AC_MSG_RESULT([$piddir from default value])
+ ],
+ [
+ AC_MSG_RESULT([$piddir from default value])
]
)