projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Minor fixes for make distcheck
[petitboot]
/
configure.ac
diff --git
a/configure.ac
b/configure.ac
index 2456194a55c3883c982f0a704ca0cf2c19aa53f0..566742c63996b454c0c6da7ddbfc270ca766480b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-113,7
+113,7
@@
AC_ARG_WITH(
[build x11 GUI programs using the twin window system [default=yes]]
)],
[],
[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"])
)
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]]
)],
[],
[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"])
)
AM_CONDITIONAL([WITH_TWIN_FBDEV], [test "x$with_twin_fbdev" = "xyes"])