From ae2f27dbb3e780e6abed0e92bc02594987067aae Mon Sep 17 00:00:00 2001 From: michux Date: Mon, 6 Apr 2009 20:20:50 +0000 Subject: update autoconf scripts git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1023 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- drivers.m4 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'drivers.m4') diff --git a/drivers.m4 b/drivers.m4 index 2f19f5d..d4b8471 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -203,7 +203,7 @@ for driver in $drivers; do SERDISPLIB=$val; ;; ShuttleVFD) - SHUTTLEVFD=$val + SHUTTLEVFD=$val ;; SimpleLCD) SIMPLELCD=$val @@ -580,12 +580,12 @@ if test "$SERDISPLIB" = "yes"; then fi if test "$SHUTTLEVFD" = "yes"; then - if test "$has_usb" = "true"; then - TEXT="yes" - GPIO="yes" - DRIVERS="$DRIVERS drv_ShuttleVFD.o" - LIBUSB="yes" - AC_DEFINE(WITH_SHUTTLEVFD,1,[ShuttleVFD driver]) + if test "$has_usb" = "true"; then + TEXT="yes" + GPIO="yes" + DRIVERS="$DRIVERS drv_ShuttleVFD.o" + LIBUSB="yes" + AC_DEFINE(WITH_SHUTTLEVFD,1,[ShuttleVFD driver]) else AC_MSG_WARN(usb.h not found: ShuttleVFD driver disabled) fi -- cgit v1.2.3