diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-04-05 15:15:46 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-06-02 13:07:46 +0100 |
commit | a205ec3ab77c6765d44f77c526a832345fef77b0 (patch) | |
tree | 392f5bd152fbaf5078fda161494f2c9d49593070 | |
parent | aaaa41345674a1c76a70836394cb5e57f82e9a26 (diff) |
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 <jon.turney@dronecode.org.uk>
Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
-rw-r--r-- | include/xwin-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |