forked from mia/Aegisub
Fix alignment of --help messages.
Originally committed to SVN as r2176.
This commit is contained in:
parent
870b2cf2e7
commit
4966c21cc8
1 changed files with 5 additions and 4 deletions
|
@ -788,7 +788,8 @@ fi
|
||||||
aegisub_save_CPPLAGS="$CPPLAGS"
|
aegisub_save_CPPLAGS="$CPPLAGS"
|
||||||
CPPFLAGS="$WX_CFLAGS"
|
CPPFLAGS="$WX_CFLAGS"
|
||||||
|
|
||||||
AC_ARG_ENABLE(check-wx-opengl, [ --disable-check-wx-opengl Force wxwidgets OpenGL support. ])
|
AC_ARG_ENABLE(check-wx-opengl, [--disable-check-wx-opengl
|
||||||
|
Force wxwidgets OpenGL support. ])
|
||||||
|
|
||||||
if test "$enable_check-wx-opengl" = "yes"; then
|
if test "$enable_check-wx-opengl" = "yes"; then
|
||||||
AC_AGI_LINK([wxWidgets OpenGL support], [wxopengl], [wx/glcanvas.h], [$GL_CFLAGS $WX_CFLAGS], [$GL_LIBS $WX_LIBS],[
|
AC_AGI_LINK([wxWidgets OpenGL support], [wxopengl], [wx/glcanvas.h], [$GL_CFLAGS $WX_CFLAGS], [$GL_LIBS $WX_LIBS],[
|
||||||
|
|
Loading…
Reference in a new issue