* [vincent] fix autotools for various compilation problems
[openjpeg.git] / configure.ac
index 01c5a725745e9eb0380543de41ee37922c9d4769..0ff6a32d40aade5c6c16c8b13b00985b32fbba8b 100644 (file)
@@ -116,10 +116,6 @@ AC_ARG_ENABLE([jpwl],
 AC_MSG_CHECKING([whether to build the JPWL library])
 AC_MSG_RESULT([${want_jpwl}])
 
-if test "x${want_jpwl}" = "xyes" ; then
-   AC_DEFINE(USE_JPWL, [1], [define to 1 if you use jpwl])
-fi
-
 AM_CONDITIONAL([WANT_JPWL], [test "x${want_jpwl}" = "xyes"])
 
 # JPIP