Changeset 2765
- Timestamp:
- Jun 8, 2013 7:03:42 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coin.m4
r2764 r2765 3158 3158 [AC_HELP_STRING([--disable-pkg-config],[disable use of pkg-config (if available)])], 3159 3159 [use_pkgconfig="$enableval"], 3160 [use_pkgconfig=yes]) 3160 [if test x$coin_cc_is_cl = xtrue; then 3161 use_pkgconfig=no 3162 else 3163 use_pkgconfig=yes 3164 fi]) 3161 3165 3162 3166 if test $use_pkgconfig = yes ; then
Note: See TracChangeset
for help on using the changeset viewer.