Changeset e5d0b8ef4e393375ff519ca6c9be850a80d061c5

Show
Ignore:
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
  • configure.ac

    r14b3f0c re5d0b8e  
    11dnl Autoconf settings for vlc 
    2 dnl $Id: configure.ac,v 1.30 2003/07/14 21:32:58 sigmunau Exp $ 
     2dnl $Id: configure.ac,v 1.31 2003/07/16 16:06:56 sam Exp $ 
    33 
    44AC_INIT(vlc,0.6.0) 
     
    30363036then 
    30373037  AC_PATH_PROG(MOZILLA_CONFIG, mozilla-config, no) 
    3038   if test "${MOZILLA_CONFIG}" != "no" 
     3038  if test "${MOZILLA_CONFIG}" = "no" 
    30393039  then 
     3040    AC_MSG_ERROR([Please install the Mozilla development tools, mozilla-config was not found.]) 
     3041  else 
    30403042    if test "${SYS}" != "mingw32"; then 
    30413043      LDFLAGS="${LDFLAGS_save} -L${x_libraries}"