Skip to content

Commit

Permalink
remove unicode whitespace character (#2273)
Browse files Browse the repository at this point in the history
  • Loading branch information
dteal authored Oct 17, 2022
1 parent 7d584d0 commit 9d8b848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ CPPFLAGS="$CPPFLAGS $GUILE_CPPFLAGS"

AC_MSG_CHECKING([for libctl dir])
if test x != x"$LIBCTL_DIR" -a -r "$LIBCTL_DIR/share/libctl/base/ctl.scm"; then
LIBCTL_DIR="$LIBCTL_DIR/share/libctl"
LIBCTL_DIR="$LIBCTL_DIR/share/libctl"
fi
if test x != x"$LIBCTL_DIR" -a ! -r "$LIBCTL_DIR/base/ctl.scm"; then
LIBCTL_DIR=""
Expand Down

0 comments on commit 9d8b848

Please sign in to comment.