Browse Source

Most people expect /usr/local when an unspecified prefix is used so change to that.

nfactor-troky
Con Kolivas 13 years ago
parent
commit
062f937cee
  1. 2
      configure.ac

2
configure.ac

@ -212,7 +212,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([static int __attribute__((warn_unused_result) @@ -212,7 +212,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([static int __attribute__((warn_unused_result)
[Define if __attribute__((warn_unused_result))]))
if test "x$prefix" = xNONE; then
prefix=/usr
prefix=/usr/local
fi
AC_DEFINE_UNQUOTED([CGMINER_PREFIX], ["$prefix/bin"], [Path to cgminer install])

Loading…
Cancel
Save