diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-06-22 18:33:03 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-06-22 18:33:03 +0200 |
commit | 9f250b71598ba1bf732c3b56babb457d6b55075b (patch) | |
tree | ac2ca8eab7b113f6836183ccc6a30f99729d1921 | |
parent | 9aecfa657d6b46468d1be95b76f037aebfca3652 (diff) |
Fix syntax
-rw-r--r-- | tests/configfrag.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configfrag.ac b/tests/configfrag.ac index bb3cf24f..aa7d025a 100644 --- a/tests/configfrag.ac +++ b/tests/configfrag.ac @@ -34,8 +34,8 @@ AC_CHECK_PROG([USER_MIG], [$ac_miguser], [$ac_miguser]) # Try mig as well if we are not cross-building [if test x"$USER_MIG" = x -a x"$host" = x"$build" ; then ac_miguser=mig - AC_CHECK_PROG([USER_MIG], [$ac_miguser], [$ac_miguser]) ] + AC_CHECK_PROG([USER_MIG], [$ac_miguser], [$ac_miguser]) [fi] AC_ARG_VAR([USER_MIG], [Path to the mig tool for user-space tests]) |