Browse Source

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

Con Kolivas 14 years ago
parent
commit
062f937cee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

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