[xiph-cvs] cvs commit: libshout configure.in

Brendan brendan at xiph.org
Thu Jun 5 06:56:58 PDT 2003



brendan     03/06/05 09:56:58

  Modified:    .        configure.in
  Log:
  Typo

Revision  Changes    Path
1.39      +2 -2      libshout/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -u -r1.38 -r1.39
--- configure.in	4 Jun 2003 21:55:53 -0000	1.38
+++ configure.in	5 Jun 2003 13:56:58 -0000	1.39
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-# $Id: configure.in,v 1.38 2003/06/04 21:55:53 brendan Exp $
+# $Id: configure.in,v 1.39 2003/06/05 13:56:58 brendan Exp $
 
 m4_define(libshout_major, 2)
 m4_define(libshout_minor, 0)
@@ -147,7 +147,7 @@ dnl opposite, unless the user overrides.
 AC_ARG_ENABLE([pkgconfig],
   [  --disable-pkgconfig     disable pkgconfig data files (auto)],
   [dopkgconfig="$enableval"], [dopkgconfig="maybe"])
-if test "$dopkgconfig" == "maybe"
+if test "$dopkgconfig" = "maybe"
 then
   AC_CHECK_PROG([PKGCONFIG], [pkg-config], [yes], [no])
 else

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list