Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155600 | Differences between
and this patch

Collapse All | Expand All

(-)mkvtoolnix-1.8.0/configure.in.orig (-1 / +1 lines)
Lines 911-917 Link Here
911
  wxw_min_ver=$wxw_ver_req_major.$wxw_ver_req_minor.$wxw_ver_req_micro
911
  wxw_min_ver=$wxw_ver_req_major.$wxw_ver_req_minor.$wxw_ver_req_micro
912
912
913
  if test x"$enable_gui" = x"yes" -o x"$enable_gui" = "x"; then
913
  if test x"$enable_gui" = x"yes" -o x"$enable_gui" = "x"; then
914
    AC_PATH_PROG(WX_CONFIG, wx-config, no, $PATH:/usr/local/bin)
914
    AC_PATH_PROG(WX_CONFIG, wx-config-2.6, no, $PATH:/usr/local/bin)
915
    if test x"$WX_CONFIG" != "xno" ; then
915
    if test x"$WX_CONFIG" != "xno" ; then
916
      AC_MSG_CHECKING(for wxWidgets $wxw_min_ver or newer)
916
      AC_MSG_CHECKING(for wxWidgets $wxw_min_ver or newer)
917
917

Return to bug 155600