summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e1cd3493d..894d3b3ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -456,7 +456,7 @@ dnl ---------------------------------------------
dnl Check linux framebuffer device support
dnl ---------------------------------------------
AC_CHECK_HEADER(linux/fb.h,
- [AC_DEFINE(HAVE_FB,1,[Define this if you have linux framebuffer support]),
+ [AC_DEFINE(HAVE_FB,1,[Define this if you have linux framebuffer support])
have_fb=yes],)
AM_CONDITIONAL(HAVE_FB, [test x"$have_fb" = "xyes"])