Explorar o código

We actually want the absolute path to bash

Samuel Thibault %!s(int64=6) %!d(string=hai) anos
pai
achega
bafad6c4ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -512,7 +512,7 @@ AC_HEADER_STDC
 AC_C_RESTRICT
 
 # Check if bash is available
-AC_CHECK_PROGS([REALBASH], [bash])
+AC_PATH_PROGS([REALBASH], [bash])
 
 # Record git version
 AC_PATH_PROG(gitcommand, git)