Lines Matching refs:option
735 for option in $CFLAGS $CPPFLAGS
737 case $option in
738 -DSQLITE_OMIT*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";;
739 -DSQLITE_ENABLE*) OPT_FEATURE_FLAGS="$OPT_FEATURE_FLAGS $option";;
747 for option in $CFLAGS
749 case $option in
752 *) ac_temp_CFLAGS="$ac_temp_CFLAGS $option";;
760 for option in $CPPFLAGS
762 case $option in
765 *) ac_temp_CPPFLAGS="$ac_temp_CPPFLAGS $option";;
773 for option in $BUILD_CFLAGS
775 case $option in
778 *) ac_temp_BUILD_CFLAGS="$ac_temp_BUILD_CFLAGS $option";;