Changeset 10876 for ImageMagick/trunk/configure
- Timestamp:
- 05/10/08 22:11:08 (5 months ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/configure (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/configure
r10855 r10876 7190 7190 7191 7191 7192 CFLAGS="$CFLAGS $OPENMP_CFLAGS" 7192 CFLAGS="$OPENMP_CFLAGS $CFLAGS" 7193 CXXFLAGS="$OPENMP_CXXFLAGS $CXXFLAGS" 7193 7194 LDFLAGS="$LDFLAGS $OPENMP_CFLAGS" 7194 7195 MAGICK_PCFLAGS="$MAGICK_PCFLAGS $OPENMP_CFLAGS" 7196 7195 7197 7196 7198 ######## … … 7970 7972 lt_cv_nm_interface="BSD nm" 7971 7973 echo "int some_variable = 0;" > conftest.$ac_ext 7972 (eval echo "\"\$as_me:797 2: $ac_compile\"" >&5)7974 (eval echo "\"\$as_me:7974: $ac_compile\"" >&5) 7973 7975 (eval "$ac_compile" 2>conftest.err) 7974 7976 cat conftest.err >&5 7975 (eval echo "\"\$as_me:797 5: $NM \\\"conftest.$ac_objext\\\"\"" >&5)7977 (eval echo "\"\$as_me:7977: $NM \\\"conftest.$ac_objext\\\"\"" >&5) 7976 7978 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) 7977 7979 cat conftest.err >&5 7978 (eval echo "\"\$as_me:79 78: output\"" >&5)7980 (eval echo "\"\$as_me:7980: output\"" >&5) 7979 7981 cat conftest.out >&5 7980 7982 if $GREP 'External.*some_variable' conftest.out > /dev/null; then … … 9075 9077 *-*-irix6*) 9076 9078 # Find out which ABI we are using. 9077 echo '#line 907 7"configure"' > conftest.$ac_ext9079 echo '#line 9079 "configure"' > conftest.$ac_ext 9078 9080 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 9079 9081 (eval $ac_compile) 2>&5 … … 11492 11494 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11493 11495 -e 's:$: $lt_compiler_flag:'` 11494 (eval echo "\"\$as_me:1149 4: $lt_compile\"" >&5)11496 (eval echo "\"\$as_me:11496: $lt_compile\"" >&5) 11495 11497 (eval "$lt_compile" 2>conftest.err) 11496 11498 ac_status=$? 11497 11499 cat conftest.err >&5 11498 echo "$as_me:11 498: \$? = $ac_status" >&511500 echo "$as_me:11500: \$? = $ac_status" >&5 11499 11501 if (exit $ac_status) && test -s "$ac_outfile"; then 11500 11502 # The compiler can only warn and ignore the option if not recognized … … 11816 11818 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11817 11819 -e 's:$: $lt_compiler_flag:'` 11818 (eval echo "\"\$as_me:118 18: $lt_compile\"" >&5)11820 (eval echo "\"\$as_me:11820: $lt_compile\"" >&5) 11819 11821 (eval "$lt_compile" 2>conftest.err) 11820 11822 ac_status=$? 11821 11823 cat conftest.err >&5 11822 echo "$as_me:1182 2: \$? = $ac_status" >&511824 echo "$as_me:11824: \$? = $ac_status" >&5 11823 11825 if (exit $ac_status) && test -s "$ac_outfile"; then 11824 11826 # The compiler can only warn and ignore the option if not recognized … … 11921 11923 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11922 11924 -e 's:$: $lt_compiler_flag:'` 11923 (eval echo "\"\$as_me:1192 3: $lt_compile\"" >&5)11925 (eval echo "\"\$as_me:11925: $lt_compile\"" >&5) 11924 11926 (eval "$lt_compile" 2>out/conftest.err) 11925 11927 ac_status=$? 11926 11928 cat out/conftest.err >&5 11927 echo "$as_me:1192 7: \$? = $ac_status" >&511929 echo "$as_me:11929: \$? = $ac_status" >&5 11928 11930 if (exit $ac_status) && test -s out/conftest2.$ac_objext 11929 11931 then … … 11976 11978 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 11977 11979 -e 's:$: $lt_compiler_flag:'` 11978 (eval echo "\"\$as_me:119 78: $lt_compile\"" >&5)11980 (eval echo "\"\$as_me:11980: $lt_compile\"" >&5) 11979 11981 (eval "$lt_compile" 2>out/conftest.err) 11980 11982 ac_status=$? 11981 11983 cat out/conftest.err >&5 11982 echo "$as_me:1198 2: \$? = $ac_status" >&511984 echo "$as_me:11984: \$? = $ac_status" >&5 11983 11985 if (exit $ac_status) && test -s out/conftest2.$ac_objext 11984 11986 then … … 14768 14770 lt_status=$lt_dlunknown 14769 14771 cat > conftest.$ac_ext <<_LT_EOF 14770 #line 1477 0"configure"14772 #line 14772 "configure" 14771 14773 #include "confdefs.h" 14772 14774 … … 14868 14870 lt_status=$lt_dlunknown 14869 14871 cat > conftest.$ac_ext <<_LT_EOF 14870 #line 1487 0"configure"14872 #line 14872 "configure" 14871 14873 #include "confdefs.h" 14872 14874 … … 16879 16881 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16880 16882 -e 's:$: $lt_compiler_flag:'` 16881 (eval echo "\"\$as_me:1688 1: $lt_compile\"" >&5)16883 (eval echo "\"\$as_me:16883: $lt_compile\"" >&5) 16882 16884 (eval "$lt_compile" 2>conftest.err) 16883 16885 ac_status=$? 16884 16886 cat conftest.err >&5 16885 echo "$as_me:1688 5: \$? = $ac_status" >&516887 echo "$as_me:16887: \$? = $ac_status" >&5 16886 16888 if (exit $ac_status) && test -s "$ac_outfile"; then 16887 16889 # The compiler can only warn and ignore the option if not recognized … … 16978 16980 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16979 16981 -e 's:$: $lt_compiler_flag:'` 16980 (eval echo "\"\$as_me:1698 0: $lt_compile\"" >&5)16982 (eval echo "\"\$as_me:16982: $lt_compile\"" >&5) 16981 16983 (eval "$lt_compile" 2>out/conftest.err) 16982 16984 ac_status=$? 16983 16985 cat out/conftest.err >&5 16984 echo "$as_me:1698 4: \$? = $ac_status" >&516986 echo "$as_me:16986: \$? = $ac_status" >&5 16985 16987 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16986 16988 then … … 17030 17032 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17031 17033 -e 's:$: $lt_compiler_flag:'` 17032 (eval echo "\"\$as_me:1703 2: $lt_compile\"" >&5)17034 (eval echo "\"\$as_me:17034: $lt_compile\"" >&5) 17033 17035 (eval "$lt_compile" 2>out/conftest.err) 17034 17036 ac_status=$? 17035 17037 cat out/conftest.err >&5 17036 echo "$as_me:1703 6: \$? = $ac_status" >&517038 echo "$as_me:17038: \$? = $ac_status" >&5 17037 17039 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17038 17040 then … … 18950 18952 lt_status=$lt_dlunknown 18951 18953 cat > conftest.$ac_ext <<_LT_EOF 18952 #line 1895 2"configure"18954 #line 18954 "configure" 18953 18955 #include "confdefs.h" 18954 18956 … … 30850 30852 30851 30853 30852 CXXFLAGS="$CXXFLAGS $OPENMP_CXXFLAGS"30853 30854 ac_ext=c 30854 30855 ac_cpp='$CPP $CPPFLAGS'
