Changeset aff20543b0764dca378ff58090e5ea6c7b957553
- Timestamp:
- 06/02/08 01:20:57
(8 months ago)
- Author:
- Dennis van Amerongen <trax@videolan.org>
- git-committer:
- Dennis van Amerongen <trax@videolan.org> 1202257257 +0000
- git-parent:
[6d56f8539f00c20aece1d80355edb8875c20b12f]
- git-author:
- Dennis van Amerongen <trax@videolan.org> 1202257257 +0000
- Message:
* configure.ac: oops.. reverted gettext requirement from previous commit
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6d56f85 |
raff2054 |
|
| 393 | 393 | dnl Gettext stuff |
|---|
| 394 | 394 | dnl |
|---|
| 395 | | AM_GNU_GETTEXT_VERSION(0.15) |
|---|
| | 395 | AM_GNU_GETTEXT_VERSION(0.16.1) |
|---|
| 396 | 396 | AM_GNU_GETTEXT([external]) |
|---|
| 397 | 397 | VLC_ADD_LIBS([libvlc vlc], [${LTLIBINTL}]) |
|---|