Commit 0dd7e569cad4bc0f555ed5cdb8d8ccf94a54fcc2

Authored by Perry Werneck
1 parent 0f99edbc
Exists in master and in 1 other branch develop

Fixing V3270 CFLAGS.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
configure.ac
... ... @@ -252,7 +252,7 @@ dnl ---------------------------------------------------------------------------
252 252 dnl Check for LIBV3270
253 253 dnl ---------------------------------------------------------------------------
254 254  
255   -PKG_CHECK_MODULES( [V3270], [libv3270 lib3270], AC_DEFINE(HAVE_V3270), AC_MSG_ERROR([V3270 not present.]))
  255 +PKG_CHECK_MODULES( [V3270], [libv3270], AC_DEFINE(HAVE_V3270), AC_MSG_ERROR([V3270 not present.]))
256 256  
257 257 AC_SUBST(V3270_LIBS)
258 258 AC_SUBST(V3270_CFLAGS)
... ...