summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 4ef39ee..4d14c4f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,16 +45,6 @@ PKG_CHECK_MODULES([LOCPLA], [loc-pla])
AC_SUBST([LOCPLA_CFLAGS])
AC_SUBST([LOCPLA_LIBS])
-AC_ARG_WITH([libhardware_includes],
- AC_HELP_STRING([--with-libhardware-includes=@<:@dir@:>@],
- [Specify the location of the libhardware headers]),
- [libhardware_incdir=$withval],
- with_libhardware_includes=no)
-
-if test "x$with_libhardware_includes" != "xno"; then
- CPPFLAGS="${CPPFLAGS} -I${libhardware_incdir}"
-fi
-
AC_ARG_WITH([core_includes],
AC_HELP_STRING([--with-core-includes=@<:@dir@:>@],
[Specify the location of the core headers]),