X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=1284a7839d50e13df5c2558c333df033a8a851a9;hb=436f27dd880bd4e1e1d06ca2744c875b01b9e1c1;hp=e8497e1f30fdb2f068b49dc87c97fb2f2028ddb7;hpb=a9633ada756ec15e1ed3dd9b503af3027dee3d10;p=sliver-openvswitch.git diff --git a/configure.ac b/configure.ac index e8497e1f3..1284a7839 100644 --- a/configure.ac +++ b/configure.ac @@ -49,6 +49,8 @@ OVS_CHECK_CURSES OVS_CHECK_LINUX_VT_H OVS_CHECK_PCRE OVS_CHECK_PYTHON +OVS_CHECK_PYUIC4 +OVS_CHECK_OVSDBMONITOR OVS_CHECK_IF_PACKET OVS_CHECK_STRTOK_R AC_CHECK_MEMBERS([struct stat.st_mtim.tv_nsec, struct stat.st_mtimensec], @@ -95,4 +97,6 @@ tests/atlocal]) dnl This makes sure that include/openflow gets created in the build directory. AC_CONFIG_COMMANDS([include/openflow/openflow.h.stamp]) +AC_CONFIG_COMMANDS([ovsdb/ovsdbmonitor/dummy], [:]) + AC_OUTPUT