mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
fix typo that put too many include paths for most people
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3877 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1bcc13c757
commit
98c966c645
@ -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
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user