aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authormichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-11-23 00:20:58 +0000
committermichux <michux@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2008-11-23 00:20:58 +0000
commit0c9798c9429cabcded458ba127972ea096e69978 (patch)
tree7dedd764aaef13657ee5f9a53de0e76b7e3856ac /config.h.in
parent5162ea943ae34684aacdb8fe29da91e6a974979e (diff)
downloadlcd4linux-0c9798c9429cabcded458ba127972ea096e69978.tar.gz
fix automake - check for libftdi
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@902 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ad784b4..ee5a8d2 100644
--- a/config.h.in
+++ b/config.h.in
@@ -28,6 +28,9 @@
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
+/* Define to 1 if you have the <ftdi.h> header file. */
+#undef HAVE_FTDI_H
+
/* Define to 1 if you have the <gd/gd.h> header file. */
#undef HAVE_GD_GD_H