summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Graf <tgr@lsx.(none)>2010-07-02 14:06:59 +0200
committerThomas Graf <tgr@lsx.(none)>2010-07-02 14:06:59 +0200
commitdb5bd57899affbcaf42ac0b93c5c7be8f51ca390 (patch)
treeca9e9cc76aad8662a7ac4005f7807ae6d476e3c7 /configure.in
parentd378220c96c3c8b6f27dca33e7d8ba03318f9c2d (diff)
downloadandroid_external_libnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.tar.gz
android_external_libnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.tar.bz2
android_external_libnl-db5bd57899affbcaf42ac0b93c5c7be8f51ca390.zip
Packet Location Interface
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 02b5119..1fcdb64 100644
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,7 @@
# License as published by the Free Software Foundation version 2.1
# of the License.
#
-# Copyright (c) 2003-2008 Thomas Graf <tgraf@suug.ch>
+# Copyright (c) 2003-2010 Thomas Graf <tgraf@suug.ch>
#
AC_INIT(libnl, 2.0, tgraf@suug.ch)
@@ -18,6 +18,8 @@ AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
AM_PROG_LIBTOOL
+AM_PROG_LEX
+AC_PROG_YACC
AC_C_CONST
AC_C_INLINE