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,
242
242
[ with_linux_headers_src=default]
243
243
)
244
244
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
+
245
249
AC_ARG_ENABLE ( libsanitizer ,
246
250
[ AS_HELP_STRING ( [ --enable-libsanitizer] ,
247
251
[ Build libsanitizer, which only supports rv64] ) ] ,
@@ -253,8 +257,4 @@ AS_IF([test "x$enable_libsanitizer" != xno],
253
257
[ AC_SUBST ( enable_libsanitizer , -- enable-libsanitizer ) ] ,
254
258
[ AC_SUBST ( enable_libsanitizer , -- disable-libsanitizer ) ] )
255
259
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
-
260
260
AC_OUTPUT
You can’t perform that action at this time.
0 commit comments