On 11/10/2014 10:22 AM, Taras Kondratiuk wrote:
On 11/08/2014 01:17 AM, Bill Fischofer wrote:
Signed-off-by: Bill Fischofer <[email protected]>
---
  configure.ac                                        | 11 +++++++++++
  platform/linux-generic/include/odp_debug_internal.h | 11 +++++++++--
  2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1c061e9..cca76bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,6 +110,17 @@ AC_ARG_ENABLE([debug],
  ODP_CFLAGS="$ODP_CFLAGS -DODP_DEBUG=$ODP_DEBUG"


##########################################################################

+# Enable/disable ODP_ALLOW_UNIMPLEMENTED
+##########################################################################

+ODP_ALLOW_UNIMPLEMENTED=0
+AC_ARG_ENABLE([allow-unimplemented],
+    [  --enable-allow-unimplemented  Enable/disable allow
unimplemented],

--enable-allow-unimplemented looks a bit redundant.
Maybe --odp-allow-unimplemented ?

Please ignore this comment. Just noticed that '--enable-' part is needed
for AC_ARG_ENABLE.

_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to