Skip to content

Commit

Permalink
We may require just gettext-0.17 to build in RHEL6
Browse files Browse the repository at this point in the history
But we don't have SDL2 in RHEL6 and will fail to build again,
so I just leave the commentary.
  • Loading branch information
sergiomb2 committed Mar 24, 2018
1 parent 616a1ca commit 74cb902
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ AC_PROG_INSTALL
AC_PROG_LIBTOOL
AC_PROG_MKDIR_P
AM_GNU_GETTEXT([external])
#For rhel6 but rhel6 doesn't have SDL2
#AM_GNU_GETTEXT_VERSION(0.17)
AM_GNU_GETTEXT_VERSION(0.19.8)
#0.17

dnl this is a c++ program
dnl CFLAGS="-g -W -Wall -O2"
dnl CXXFLAGS="-g -W -Wall -O2"
Expand Down

0 comments on commit 74cb902

Please sign in to comment.