diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2006-09-01 19:48:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2006-09-01 19:48:15 +0000 |
commit | e8e01eb8eca7f1365c73dc74311effcdfdb87a64 (patch) | |
tree | 9a2dfb4c564412e9dfce61a13c6c8f59d6851b47 /configure.ac | |
parent | 8052790e5ed3f617932d15aa808ef0097af1c7bd (diff) | |
download | gpsd-e8e01eb8eca7f1365c73dc74311effcdfdb87a64.tar.gz |
Finally, a version of the J-command patch that passes regression tests.
Some cleanup will follow.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configure.ac b/configure.ac index 9897058f..05d850c2 100644 --- a/configure.ac +++ b/configure.ac @@ -365,19 +365,6 @@ else AC_MSG_RESULT([no]) fi -dnl allow fixing of the buffering policy -AC_ARG_ENABLE(wired-policy, - AC_HELP_STRING([--disable-wired-policy], - [enable j command]), - [ac_wired_policy=$enableval], [ac_wired_policy=yes]) -AC_MSG_CHECKING([for wired-in buffer policy]) -if test x"$ac_wired_policy" = "xyes"; then - AC_MSG_RESULT([yes]) - AC_DEFINE([WIRED_POLICY], 1, [wired-in buffering policy]) -else - AC_MSG_RESULT([no]) -fi - dnl Manually configure DBUS until we figure out a dnl distro-independent was to check for both libraries and headers AC_ARG_ENABLE(dbus, |