config_query_option CONF_OPTS "Build static libraries?" y \
                              "--enable-static" \
                              "--disable-static" &&

config_query_option CONF_OPTS "Enable debugging?" n \
                              "--enable-debug" \
                              "--disable-debug" &&

config_query_option CONF_OPTS "Enable SSE (Intel) opcodes support?" n \
                              "--enable-sse" \
                              "--disable-sse" &&

config_query_option CONF_OPTS "Enable 3DNow! (AMD) opcodes support?" n \
                              "--enable-3dnow" \
                              "--disable-3dnow"

config_query_option CONF_OPTS "Enable AltiVec (PowerPC) opcodes support?" n \
                              "--enable-altivec" \
                              "--disable-altivec"
