Changeset 4296
- Timestamp:
- Jan 24, 2010, 2:47:18 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r4197 r4296 49 49 AC_MSG_CHECKING(for suffix of libraries) 50 50 case "$shrext_cmds" in 51 .dll) LT_SUFFIX="-$LT_MAJOR$shrext_cmds" ;;51 .dll) eval LT_SUFFIX="-$LT_MAJOR$shrext_cmds" ;; 52 52 "") LT_SUFFIX=".so.$LT_MAJOR" ;; 53 *) LT_SUFFIX="$shrext_cmds.$LT_MAJOR" ;;53 *) eval LT_SUFFIX="$shrext_cmds.$LT_MAJOR" ;; 54 54 esac 55 55 AC_MSG_RESULT($LT_SUFFIX)
Note: See TracChangeset
for help on using the changeset viewer.