Changeset e5d0b8ef4e393375ff519ca6c9be850a80d061c5
- Timestamp:
- 16/07/03 18:06:56
(5 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1058371616 +0000
- git-parent:
[0bf20368a6bb828e6623e1a954ebdce54032bbf3]
- git-author:
- Sam Hocevar <sam@videolan.org> 1058371616 +0000
- Message:
- configure.ac: complain when mozilla-config isn't found.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r14b3f0c |
re5d0b8e |
|
| 1 | 1 | dnl Autoconf settings for vlc |
|---|
| 2 | | dnl $Id: configure.ac,v 1.30 2003/07/14 21:32:58 sigmunau Exp $ |
|---|
| | 2 | dnl $Id: configure.ac,v 1.31 2003/07/16 16:06:56 sam Exp $ |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | AC_INIT(vlc,0.6.0) |
|---|
| … | … | |
| 3036 | 3036 | then |
|---|
| 3037 | 3037 | AC_PATH_PROG(MOZILLA_CONFIG, mozilla-config, no) |
|---|
| 3038 | | if test "${MOZILLA_CONFIG}" != "no" |
|---|
| | 3038 | if test "${MOZILLA_CONFIG}" = "no" |
|---|
| 3039 | 3039 | then |
|---|
| | 3040 | AC_MSG_ERROR([Please install the Mozilla development tools, mozilla-config was not found.]) |
|---|
| | 3041 | else |
|---|
| 3040 | 3042 | if test "${SYS}" != "mingw32"; then |
|---|
| 3041 | 3043 | LDFLAGS="${LDFLAGS_save} -L${x_libraries}" |
|---|