diff options
author | Keith Packard <keithp@keithp.com> | 2009-09-06 16:24:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-09-06 16:24:35 -0700 |
commit | 32d3536706324808df6cd02248a236302b831571 (patch) | |
tree | e3d0343c0725a60987633a50917bc82f959c333c /configure.ac | |
parent | d0eac989b1ffc8ae30ba12da403eb4bf1ad42d6b (diff) |
Add plots to ao-postflight using the plplot library
It's not perfect, but it generates .svg plot output.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c668df04..6265c34e 100644 --- a/configure.ac +++ b/configure.ac @@ -71,6 +71,8 @@ PKG_CHECK_MODULES([LIBUSB], [libusb-1.0]) PKG_CHECK_MODULES([ALSA], [alsa]) +PKG_CHECK_MODULES([PLPLOT], [plplotd-gnome2]) + AC_OUTPUT([ Makefile ao-tools/Makefile |