blob: ecbe6026f35efc7c77163313f7a55ee3ceeb4381 [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301Index: git/configure.ac
2===================================================================
3--- git.orig/configure.ac
4+++ git/configure.ac
5@@ -1109,11 +1109,7 @@ AC_ARG_WITH([crypto],
6 [],
7 [crypto=gcrypt])
8
9-if test "x${libexecdir}" = xNONE; then
10- probe_dir="/usr/local/libexec/openscap"
11-else
12- EXPAND_DIR(probe_dir,"${libexecdir}/openscap")
13-fi
14+probe_dir="/usr/local/libexec/openscap"
15
16 AC_SUBST(probe_dir)
17