Commit d991edf9fe56e4d543265639030f6d95f1274854

Authored by perry.werneck@gmail.com
1 parent 21e969d5

Opção --disable-strip não estava funcionando corretamente

Showing 2 changed files with 3 additions and 3 deletions   Show diff stats
configure.ac
... ... @@ -237,8 +237,8 @@ fi
237 237  
238 238 AC_ARG_ENABLE([strip],[AS_HELP_STRING([--disable-strip], [disable stripping of binaries])], [ app_cv_strip="$enableval" ],[ app_cv_strip="yes" ])
239 239  
240   -if test "$app_cv_pic" == "yes"; then
241   - AC_PATH_TOOL([STRIP], [strip], true)
  240 +if test "$app_cv_strip" == "yes"; then
  241 + AC_PATH_TOOL([STRIP], [strip], "true")
242 242 AC_SUBST(STRIP)
243 243 else
244 244 AC_SUBST(STRIP,"true")
... ...
po/pt_BR.po
... ... @@ -5,7 +5,7 @@ msgid ""
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2012-08-13 16:32-0300\n"
  8 +"POT-Creation-Date: 2012-08-13 16:38-0300\n"
9 9 "PO-Revision-Date: 2012-08-13 12:14-0300\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Português do Brasil <>\n"
... ...