diff options
author | Keith Packard <keithp@keithp.com> | 2009-09-06 16:45:47 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-09-06 16:45:47 -0700 |
commit | 2e6686b1e183c66188ea447b8a54e4c29402443b (patch) | |
tree | e877edb0446afb41c1a7ae4d668085e8b155ccd5 /configure.ac | |
parent | 32d3536706324808df6cd02248a236302b831571 (diff) |
Use plplotd instead of plplotd-gnome2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6265c34e..77699fba 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ PKG_CHECK_MODULES([LIBUSB], [libusb-1.0]) PKG_CHECK_MODULES([ALSA], [alsa]) -PKG_CHECK_MODULES([PLPLOT], [plplotd-gnome2]) +PKG_CHECK_MODULES([PLPLOT], [plplotd]) AC_OUTPUT([ Makefile |