From a205ec3ab77c6765d44f77c526a832345fef77b0 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Sat, 5 Apr 2014 15:15:46 +0100 Subject: [PATCH] configure: Restore DEFAULT_LOGDIR to xwin-config.h, it is used Commit f37a46913489397d8628ffe578c8d4ed50b6ca72 removed this from xwin-config.h.in for some reason, but it is used. Signed-off-by: Jon TURNEY Reviewed-by: Colin Harrison --- include/xwin-config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/xwin-config.h.in b/include/xwin-config.h.in index a5e6b17b3..176c01980 100644 --- a/include/xwin-config.h.in +++ b/include/xwin-config.h.in @@ -26,5 +26,8 @@ /* Vendor web address for support */ #undef __VENDORDWEBSUPPORT__ +/* Default log location */ +#undef DEFAULT_LOGDIR + /* Whether we should re-locate the root to where the executable lives */ #undef RELOCATE_PROJECTROOT