configure.ac
changeset 2229 97c7c202fa78
parent 2189 002b978df979
child 2389 02f32b78f79d
equal deleted inserted replaced
2227:b457bb3ef876 2229:97c7c202fa78
   130                 ;;
   130                 ;;
   131             *) AC_MSG_ERROR([Invalid value for --enable-generic])
   131             *) AC_MSG_ERROR([Invalid value for --enable-generic])
   132                 ;;
   132                 ;;
   133         esac
   133         esac
   134     ],
   134     ],
   135     [enablegeneric=0]
   135     [enablegeneric=1]
   136 )
   136 )
   137 
   137 
   138 AM_CONDITIONAL(ENABLE_GENERIC, test "x$enablegeneric" = "x1")
   138 AM_CONDITIONAL(ENABLE_GENERIC, test "x$enablegeneric" = "x1")
   139 AC_SUBST(ENABLE_GENERIC,[$enablegeneric])
   139 AC_SUBST(ENABLE_GENERIC,[$enablegeneric])
   140 
   140