File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,10 @@ AC_ARG_WITH(linux-headers-src,
242242 [ with_linux_headers_src=default]
243243 )
244244
245+ AS_IF ( [ test "x$with_linux_headers_src" != xdefault] ,
246+ [ AC_SUBST ( with_linux_headers_src ,$with_linux_headers_src ) ] ,
247+ [ AC_SUBST ( with_linux_headers_src ,"\$ ( srcdir ) / linux-headers/include" ) ] )
248+
245249AC_ARG_ENABLE ( libsanitizer ,
246250 [ AS_HELP_STRING ( [ --enable-libsanitizer] ,
247251 [ Build libsanitizer, which only supports rv64] ) ] ,
@@ -253,8 +257,4 @@ AS_IF([test "x$enable_libsanitizer" != xno],
253257 [ AC_SUBST ( enable_libsanitizer , -- enable-libsanitizer ) ] ,
254258 [ AC_SUBST ( enable_libsanitizer , -- disable-libsanitizer ) ] )
255259
256- AS_IF ( [ test "x$with_linux_headers_src" != xdefault] ,
257- [ AC_SUBST ( with_linux_headers_src ,$with_linux_headers_src ) ] ,
258- [ AC_SUBST ( with_linux_headers_src ,"\$ ( srcdir ) / linux-headers/include" ) ] )
259-
260260AC_OUTPUT
You can’t perform that action at this time.
0 commit comments