diff options
author | Reinhard Tartler <siretart@tauware.de> | 2006-08-26 10:52:44 +0200 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2006-08-26 10:52:44 +0200 |
commit | 7ea355421e25c91dd46235f49246c6a21bdeae2b (patch) | |
tree | 6796ca0be12a822b6e20a320544b3fc2b4d54fa1 /configure.in | |
parent | 5ae5da7c598d6a4088f6392df00c8e6e28b86a54 (diff) | |
download | lcd4linux-7ea355421e25c91dd46235f49246c6a21bdeae2b.tar.gz |
fix FTBFS because of X11
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ca233da..17dd4c5 100644 --- a/configure.in +++ b/configure.in @@ -46,6 +46,7 @@ sinclude(curses.m4) AC_CHECK_CURSES # Checks for X11 +AC_PATH_X AC_PATH_XTRA # double-check for X11 if test "$no_x" != "yes"; then |