Commit 5ac599153b5b7811c2263ca903606db615aacf14

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

Fixing library name on mac.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
configure.ac
... ... @@ -203,7 +203,7 @@ case "$host" in
203 203 ;;
204 204  
205 205 *)
206   - AC_SUBST(SONAME,libv3270.so.$app_vrs_major.$app_vrs_minor)
  206 + AC_SUBST(SONAME,libv3270.dylib.$app_vrs_major.$app_vrs_minor)
207 207  
208 208 esac
209 209  
... ...