diff options
Diffstat (limited to '')
-rwxr-xr-x | configure | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -8306,6 +8306,7 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} PLUGIN_DISKSTATS="yes" PLUGIN_DVB="yes" PLUGIN_EXEC="yes" + PLUGIN_FIFO="yes" PLUGIN_FILE="yes" PLUGIN_GPS="yes" PLUGIN_I2C_SENSORS="yes" @@ -8351,6 +8352,9 @@ echo "$as_me: error: run ./configure --with-plugins=..." >&2;} exec) PLUGIN_EXEC=$val ;; + fifo) + PLUGIN_FIFO=$val + ;; file) PLUGIN_FILE=$val ;; @@ -8647,6 +8651,14 @@ cat >>confdefs.h <<\_ACEOF _ACEOF fi +if test "$PLUGIN_FIFO" = "yes"; then + PLUGINS="$PLUGINS plugin_fifo.o" + +cat >>confdefs.h <<\_ACEOF +#define PLUGIN_FIFO 1 +_ACEOF + +fi if test "$PLUGIN_GPS" = "yes"; then for ac_header in nmeap.h |