Skip to content

Commit

Permalink
BUILD: Make the --with-ft options align in ./configure --help
Browse files Browse the repository at this point in the history
The comment somehow throws it out of whack.
  • Loading branch information
DrMcCoy committed May 1, 2014
1 parent cd6c3e9 commit 9d0bc61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions m4/ax_check_freetype2.m4
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,18 @@ AC_DEFUN([AX_CHECK_FT2],
[# Get the cflags and libraries from the freetype-config script
#
AC_ARG_WITH([ft-prefix],
dnl don't quote AS_HELP_STRING!
AS_HELP_STRING([--with-ft-prefix=PREFIX],
[Prefix where FreeType is installed (optional)]),
[ft_config_prefix="$withval"],
[ft_config_prefix=""])
AC_ARG_WITH([ft-exec-prefix],
dnl don't quote AS_HELP_STRING!
AS_HELP_STRING([--with-ft-exec-prefix=PREFIX],
[Exec prefix where FreeType is installed (optional)]),
[ft_config_exec_prefix="$withval"],
[ft_config_exec_prefix=""])
AC_ARG_ENABLE([freetypetest],
dnl don't quote AS_HELP_STRING!
AS_HELP_STRING([--disable-freetypetest],
[Do not try to compile and run a test FreeType program]),
[],
Expand Down

0 comments on commit 9d0bc61

Please sign in to comment.