]> git.lyx.org Git - features.git/commitdiff
fix typo that put too many include paths for most people
authorAllan Rae <rae@lyx.org>
Tue, 2 Apr 2002 02:47:37 +0000 (02:47 +0000)
committerAllan Rae <rae@lyx.org>
Tue, 2 Apr 2002 02:47:37 +0000 (02:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3877 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/lyxinclude.m4

index a5afc04e092eeefc980b96a0ba002ef722f57368..56801857a16d812adf06676b9e44072bbdfe27a0 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-02  Allan Rae  <rae@lyx.org>
+
+       * lyxinclude.m4 (LYX_WITH_SIGC): fixed typo so now compiling in source
+       directory uses minimum include paths
+
 2002-03-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * lyxinclude.m4 (LYX_XFORMS_IMAGE_LOADER_NEEDS_JPEG): new macro
index 7fb23c4c17e26124be77bcbcf826a4964cdbb11c..312febd9eacea77d2f1466d3e06860ba649cc7c0 100644 (file)
@@ -801,7 +801,7 @@ else
   # of libsigc++.  A tarball distribution doesn't have everything in it that we
   # need.
   # We need both these -I entries to build when builddir != srcdir
-  if test "x$src_dir" = "x." ; then
+  if test "x$srcdir" = "x." ; then
     SIGC_CFLAGS="-I\${top_srcdir}"
   else
     SIGC_CFLAGS="-I\${top_builddir} -I\${top_srcdir}"