Commit a24c538d33629d10741591337de3011ef2900e1c

Authored by Perry Werneck
1 parent 4688b17d
Exists in master and in 1 other branch develop

Fixing linux package.

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
configure.ac
... ... @@ -198,12 +198,12 @@ case "$host" in
198 198 AC_SUBST(SONAME,libv3270.dll)
199 199 ;;
200 200  
201   - s390x-*)
202   - AC_SUBST(SONAME,libv3270.so)
  201 + *-apple-darwin*)
  202 + AC_SUBST(SONAME,libv3270.dylib.$app_vrs_major.$app_vrs_minor)
203 203 ;;
204 204  
205 205 *)
206   - AC_SUBST(SONAME,libv3270.dylib.$app_vrs_major.$app_vrs_minor)
  206 + AC_SUBST(SONAME,libv3270.so.$app_vrs_major.$app_vrs_minor)
207 207  
208 208 esac
209 209  
... ...