summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-03-09 14:09:43 +1100
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>2018-03-23 11:39:30 +1100
commitb0ae1d3a7a674660e9a436ec43ff43062a745452 (patch)
tree1c7cfe98dd39f7fd459537253bd7358d57d2913b /configure.ac
parentc208aa42024fddc74682742bec12735e432a5510 (diff)
downloadtalos-petitboot-b0ae1d3a7a674660e9a436ec43ff43062a745452.tar.gz
talos-petitboot-b0ae1d3a7a674660e9a436ec43ff43062a745452.zip
Minor fixes for make distcheck
Include the CCAN endian.h header in build sources and change the --with-twin-foo options to default off - most users are not building with libtwin so avoid having configure fail for them. Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2456194..566742c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,7 +113,7 @@ AC_ARG_WITH(
[build x11 GUI programs using the twin window system [default=yes]]
)],
[],
- [with_twin_x11=yes]
+ [with_twin_x11=no]
)
AM_CONDITIONAL([WITH_TWIN_X11], [test "x$with_twin_x11" = "xyes"])
@@ -124,7 +124,7 @@ AC_ARG_WITH(
[build frame buffer GUI programs using the twin window system [default=no]]
)],
[],
- [with_twin_fbdev=yes]
+ [with_twin_fbdev=no]
)
AM_CONDITIONAL([WITH_TWIN_FBDEV], [test "x$with_twin_fbdev" = "xyes"])
OpenPOWER on IntegriCloud