Skip to content

Commit

Permalink
delete stray incorrect Unicode characters (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
timoteostewart authored Mar 3, 2024
1 parent 3055105 commit 1f19f57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -31537,8 +31537,8 @@ else
printf "%s\n" "yes" >&6; }
have_jpeg=yes
fi
CFLAGS="$CFLAGS $JPEG_CFLAGS"
LIBS="$LIBS $JPEG_LIBS"
CFLAGS="$CFLAGS $JPEG_CFLAGS"
LIBS="$LIBS $JPEG_LIBS"

ac_fn_c_check_header_compile "$LINENO" "jconfig.h" "ac_cv_header_jconfig_h" "$ac_includes_default"
if test "x$ac_cv_header_jconfig_h" = xyes
Expand Down

0 comments on commit 1f19f57

Please sign in to comment.